add aliases for cpg
and mvg
This commit is contained in:
parent
9da5a94f28
commit
1c6324c2be
1 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,14 @@ if (( $+commands[eza] )); then
|
|||
alias l="eza -lh --icons"
|
||||
fi
|
||||
|
||||
if (( $+commands[cpg] )); then
|
||||
alias cp="cpg"
|
||||
fi
|
||||
|
||||
if (( $+commands[mvg] )); then
|
||||
alias mv="mvg"
|
||||
fi
|
||||
|
||||
if (( $+commands[lazygit] )); then
|
||||
alias lg="lazygit"
|
||||
fi
|
||||
|
|
Reference in a new issue