clear fish greetings, add abbreviations for neovim

This commit is contained in:
Anton Volnuhin 2023-05-31 08:53:52 +03:00
parent bc621e4e17
commit 8d87efb733

View File

@ -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