del (zshrc): make cp and mv less verbose

This commit is contained in:
eeemsi 2023-11-20 15:56:19 +01:00
parent f77d66a848
commit e85cab5fb6
1 changed files with 0 additions and 2 deletions

2
zshrc
View File

@ -67,10 +67,8 @@ setopt PROMPT_SUBST
# Comfortable aliases
alias ..='cd ..'
alias cp='cp -v'
alias l='ls -F -h'
alias la='ls -F -h -A'
alias mv='mv -v'
alias view='vim -R'
alias tmux-ssh="ssh -t -o RemoteCommand='tmux attach-session -d || tmux new-session'"