diff options
Diffstat (limited to '')
| -rw-r--r-- | sh.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -69,12 +69,17 @@ in gco = "git checkout"; gs = "git status"; }; + shellAliases = { + tms = "bash ~/.config/tmux/setup-sessions.sh"; + }; interactiveShellInit = '' fish_vi_key_bindings set -U fish_greeting zoxide init fish | source fzf --fish | source starship init fish | source + set -gx EDITOR nvim + set -gx VISUAL nvim ''; }; |
