diff --git a/private_dot_config/private_fish/config.fish b/private_dot_config/private_fish/config.fish index 2e5e849..4b40b2b 100644 --- a/private_dot_config/private_fish/config.fish +++ b/private_dot_config/private_fish/config.fish @@ -7,7 +7,7 @@ set -gx PATH $HOME/.cargo/bin $PATH set -gx PATH $HOME/.go/bin $PATH set -gx EDITOR nvim set fish_color_valid_path - +set -g fish_greeting # Commands to run in interactive sessions can go here if status is-interactive @@ -36,6 +36,9 @@ alias lg "lazygit" alias z j # abbreviations abbr lsn littlesnitch +abbr nv nvim +abbr vim nvim +abbr vi nvim # functions function sss @@ -56,6 +59,5 @@ end if [ -e /home/anton/.nix-profile/etc/profile.d/nix.fish ]; . /home/anton/.nix-profile/etc/profile.d/nix.fish; end - # The next line updates PATH for the Google Cloud SDK. if [ -f '/Users/anton/dev/google-cloud-sdk/path.fish.inc' ]; . '/Users/anton/dev/google-cloud-sdk/path.fish.inc'; end