Skip to content

Commit

Permalink
fish: fix podman alias
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jul 12, 2024
1 parent 3190f67 commit 53ba72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -gx PAGER less
set -Uq fish_features || set -U fish_features all
string match -q "$TERM_PROGRAM" vscode && set -gx EDITOR code --wait
command -q delta || set -gx GIT_PAGER $PAGER
command -q docker || functions -e docker
command -q docker podman || functions -e docker

# Daily update
up --auto

0 comments on commit 53ba72e

Please sign in to comment.