summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/system/shell
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-30 17:18:42 -0700
committerFuwn <[email protected]>2024-08-30 17:18:42 -0700
commitf011065b76e37a76222919c333005559eda8dbde (patch)
treed56b550369591048c9062344e49ca3e79a291b14 /home/ebisu/fortune/system/shell
parentupdate (diff)
downloadnixos-config-f011065b76e37a76222919c333005559eda8dbde.tar.xz
nixos-config-f011065b76e37a76222919c333005559eda8dbde.zip
swag
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
'';