From 8d87efb73379de7d6e24e7c6eef0ba84525770be Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Wed, 31 May 2023 08:53:52 +0300 Subject: [PATCH] clear fish greetings, add abbreviations for neovim --- private_dot_config/private_fish/config.fish | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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