summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/system/shell
diff options
context:
space:
mode:
Diffstat (limited to 'home/ebisu/fortune/system/shell')
-rw-r--r--home/ebisu/fortune/system/shell/fish/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/home/ebisu/fortune/system/shell/fish/default.nix b/home/ebisu/fortune/system/shell/fish/default.nix
index bcc0def..d58b065 100644
--- a/home/ebisu/fortune/system/shell/fish/default.nix
+++ b/home/ebisu/fortune/system/shell/fish/default.nix
@@ -33,17 +33,16 @@
end
set -l config_home (set -q XDG_CONFIG_HOME; and echo $XDG_CONFIG_HOME; or echo $HOME/.config)
-
set HISTSIZE -1
set HISTFILESIZE -1
set SAVEHIST -1
bind \ce edit_command_buffer
- zoxide init fish | source
-
cat ~/.cache/wal/sequences
+ zoxide init fish | source
+ direnv hook fish | source
starship init fish | source
'';