Re-sourcing of fish config

This commit is contained in:
2025-06-25 14:53:24 -07:00
parent dd5f1f9e6b
commit 51ccb26c4b

View File

@@ -41,6 +41,9 @@ let tide_conf = builtins.readFile ./tide_config.fish; in
];
shellInit = ''
# Undo stupid home-manager behavior of refusing to let the init file be re-sourced
set -e __fish_home_manager_config_sourced
set --universal fish_greeting
set -g -x EDITOR "emacsclient -a \"emacs -nw\""
set -g -x ALTERNATE_EDITOR "vim"
@@ -108,6 +111,7 @@ let tide_conf = builtins.readFile ./tide_config.fish; in
shellAliases = {
ec = "emacsclient -n --alternate-editor=\"emacs -nw\"";
src = "source $HOME/.config/fish/config.fish";
pubip = "curl icanhazip.com";
};
};