cswimr/home
Archived
Template
1
0
Fork 0

add aliases for cpg and mvg

This commit is contained in:
Seaswimmer 2024-11-14 15:02:57 -05:00
parent 9da5a94f28
commit 1c6324c2be
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -39,6 +39,14 @@ if (( $+commands[eza] )); then
alias l="eza -lh --icons" alias l="eza -lh --icons"
fi fi
if (( $+commands[cpg] )); then
alias cp="cpg"
fi
if (( $+commands[mvg] )); then
alias mv="mvg"
fi
if (( $+commands[lazygit] )); then if (( $+commands[lazygit] )); then
alias lg="lazygit" alias lg="lazygit"
fi fi