Fix fish shell completions

This commit is contained in:
Dave Gallant
2026-01-06 12:42:40 -05:00
parent c4f1ea3e60
commit 075c429dee
2 changed files with 7 additions and 5 deletions

View File

@@ -138,11 +138,13 @@ in
set -x PATH $PATH $GOBIN set -x PATH $PATH $GOBIN
source $HOME/work.fish source $HOME/work.fish
# '';
shellInit = ''
atuin init fish | source atuin init fish | source
helm completion fish | source helm completion fish | source
kubectl completion fish | source kubectl completion fish | source
# ''; '';
shellAliases = { shellAliases = {
".." = "cd .."; ".." = "cd ..";

View File

@@ -112,7 +112,7 @@
"stats" "stats"
"steam" "steam"
"taskexplorer" "taskexplorer"
"tailscale" "tailscale-app"
"vlc" "vlc"
"whisky" "whisky"
"zed" "zed"