diff options
| author | Fuwn <[email protected]> | 2024-08-30 17:18:42 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 17:18:42 -0700 |
| commit | f011065b76e37a76222919c333005559eda8dbde (patch) | |
| tree | d56b550369591048c9062344e49ca3e79a291b14 /home/ebisu/fortune/system/shell | |
| parent | update (diff) | |
| download | nixos-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.nix | 5 |
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 ''; |