summaryrefslogtreecommitdiff
path: root/home/ebisu/meta/system/shell
diff options
context:
space:
mode:
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