fish: Add lg as an alias for lazygit

This commit is contained in:
Sanchayan Maity 2020-12-10 13:09:27 +05:30
parent 1d156d424f
commit ed49e0c4e3
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ alias gsl="gst-launch-1.0"
alias sds="systemctl status "
alias sde="systemctl enable "
alias sdd="systemctl disable "
alias lg="lazygit -ucd ~/.config/lazygit"
# Git helpers
alias vg="vgrep"