un-alias docker to podman
This commit is contained in:
parent
3ee500f5d0
commit
ce6cf243d3
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# docker/podman stuff
|
||||
#alias docker="sudo docker"
|
||||
alias docker="podman"
|
||||
#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
|
||||
|
@ -61,4 +61,4 @@ exit(subprocess.getstatusoutput(f'git remote set-url {remote} {new_url}')[0])\""
|
|||
alias venv="if ! test -d ./.venv/; python3 -m venv .venv; end; source ./.venv/bin/activate.fish"
|
||||
alias py-dep="pip install -r requirements.txt"
|
||||
|
||||
alias sway="sway --unsupported-gpu"
|
||||
alias sway="sway --unsupported-gpu"
|
||||
|
|
Loading…
Add table
Reference in a new issue