misc updates, particularly the vscode config
This commit is contained in:
parent
c41ded6df2
commit
b8ad9ef339
9 changed files with 39 additions and 22 deletions
|
@ -1,8 +1,8 @@
|
|||
# Stuff be used in init for any shell
|
||||
|
||||
# docker/podman stuff
|
||||
#alias docker="sudo docker"
|
||||
alias docker="podman"
|
||||
alias docker="sudo docker"
|
||||
#alias docker="podman"
|
||||
alias dcompose="docker compose up -d --remove-orphans"
|
||||
alias ddu="docker compose down && dcompose"
|
||||
alias adb="sudo adb" # Needed on Fedora, not on Debian, IDK about other distros
|
||||
|
|
1
fish/conf.d/rustup.fish
Normal file
1
fish/conf.d/rustup.fish
Normal file
|
@ -0,0 +1 @@
|
|||
source "$HOME/.cargo/env.fish"
|
Loading…
Add table
Add a link
Reference in a new issue