Skip to content

Commit

Permalink
up: fix podman alias
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jul 20, 2024
1 parent 2e04cf5 commit 54cfe0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/fish/functions/up.fish
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ for item in (functions -a | string replace -rf "^__up_(?!all|auto|help)" "")
switch $item
case apt
set cmd apt-get
case docker
set cmd docker podman
case dotfiles
set cmd yadm
case fisher
Expand Down

0 comments on commit 54cfe0e

Please sign in to comment.