mirror of
https://github.com/davegallant/nix-config
synced 2026-01-08 19:34:07 +00:00
Fix fish shell completions
This commit is contained in:
10
home.nix
10
home.nix
@@ -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";
|
||||||
|
|||||||
@@ -112,7 +112,7 @@
|
|||||||
"stats"
|
"stats"
|
||||||
"steam"
|
"steam"
|
||||||
"taskexplorer"
|
"taskexplorer"
|
||||||
"tailscale"
|
"tailscale-app"
|
||||||
"vlc"
|
"vlc"
|
||||||
"whisky"
|
"whisky"
|
||||||
"zed"
|
"zed"
|
||||||
|
|||||||
Reference in New Issue
Block a user