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,12 +138,14 @@ in
set -x PATH $PATH $GOBIN set -x PATH $PATH $GOBIN
source $HOME/work.fish source $HOME/work.fish
atuin init fish | source
helm completion fish | source
kubectl completion fish | source
# ''; # '';
shellInit = ''
atuin init fish | source
helm completion fish | source
kubectl completion fish | source
'';
shellAliases = { shellAliases = {
".." = "cd .."; ".." = "cd ..";
g = "git"; g = "git";

View File

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