fish: Add lg as an alias for lazygit
This commit is contained in:
parent
1d156d424f
commit
ed49e0c4e3
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ alias gsl="gst-launch-1.0"
|
||||||
alias sds="systemctl status "
|
alias sds="systemctl status "
|
||||||
alias sde="systemctl enable "
|
alias sde="systemctl enable "
|
||||||
alias sdd="systemctl disable "
|
alias sdd="systemctl disable "
|
||||||
|
alias lg="lazygit -ucd ~/.config/lazygit"
|
||||||
|
|
||||||
# Git helpers
|
# Git helpers
|
||||||
alias vg="vgrep"
|
alias vg="vgrep"
|
||||||
|
|
Loading…
Reference in a new issue