summaryrefslogtreecommitdiff
path: root/home/ebisu/meta/system/shell
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-28 22:14:29 -0700
committerFuwn <[email protected]>2024-08-28 22:14:29 -0700
commit3f7cbda2664bd0e87c7f024dc633cf5b435088fa (patch)
treef14affdc7a3af897074d210bf7e965aef20611d5 /home/ebisu/meta/system/shell
parenthi (diff)
downloadnixos-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.nix6
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