clear fish greetings, add abbreviations for neovim
This commit is contained in:
parent
bc621e4e17
commit
8d87efb733
@ -7,7 +7,7 @@ set -gx PATH $HOME/.cargo/bin $PATH
|
|||||||
set -gx PATH $HOME/.go/bin $PATH
|
set -gx PATH $HOME/.go/bin $PATH
|
||||||
set -gx EDITOR nvim
|
set -gx EDITOR nvim
|
||||||
set fish_color_valid_path
|
set fish_color_valid_path
|
||||||
|
set -g fish_greeting
|
||||||
|
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
@ -36,6 +36,9 @@ alias lg "lazygit"
|
|||||||
alias z j
|
alias z j
|
||||||
# abbreviations
|
# abbreviations
|
||||||
abbr lsn littlesnitch
|
abbr lsn littlesnitch
|
||||||
|
abbr nv nvim
|
||||||
|
abbr vim nvim
|
||||||
|
abbr vi nvim
|
||||||
|
|
||||||
# functions
|
# functions
|
||||||
function sss
|
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
|
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.
|
# 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
|
if [ -f '/Users/anton/dev/google-cloud-sdk/path.fish.inc' ]; . '/Users/anton/dev/google-cloud-sdk/path.fish.inc'; end
|
||||||
|
Loading…
Reference in New Issue
Block a user