diff options
| author | Fuwn <[email protected]> | 2024-08-28 22:14:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-28 22:14:29 -0700 |
| commit | 3f7cbda2664bd0e87c7f024dc633cf5b435088fa (patch) | |
| tree | f14affdc7a3af897074d210bf7e965aef20611d5 /home/ebisu/meta/system/shell | |
| parent | hi (diff) | |
| download | nixos-config-3f7cbda2664bd0e87c7f024dc633cf5b435088fa.tar.xz nixos-config-3f7cbda2664bd0e87c7f024dc633cf5b435088fa.zip | |
hi
Diffstat (limited to 'home/ebisu/meta/system/shell')
| -rw-r--r-- | home/ebisu/meta/system/shell/fish/default.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/home/ebisu/meta/system/shell/fish/default.nix b/home/ebisu/meta/system/shell/fish/default.nix index 55f441d..2d8590e 100644 --- a/home/ebisu/meta/system/shell/fish/default.nix +++ b/home/ebisu/meta/system/shell/fish/default.nix @@ -1,4 +1,5 @@ -{ pkgs, ... }: { +{ pkgs, ... }: +{ programs.fish = { enable = true; @@ -25,9 +26,6 @@ set HISTFILESIZE -1 set SAVEHIST -1 - source "$config_home/shell/profile" - bass source "~/.nix-profile/etc/profile.d/hm-session-vars.sh" - bind \ce edit_command_buffer zoxide init fish | source |