From f011065b76e37a76222919c333005559eda8dbde Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 30 Aug 2024 17:18:42 -0700 Subject: swag --- home/ebisu/fortune/system/shell/fish/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'home/ebisu/fortune/system/shell') 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 ''; -- cgit v1.2.3