zshrc & bashrc: add MSDOS aliases copy & move

This commit is contained in:
Mika Suomalainen 2012-09-15 10:25:39 +03:00
parent 05bb05d2c5
commit 858df5296d
2 changed files with 4 additions and 0 deletions

2
bashrc
View File

@ -343,6 +343,8 @@ alias ssh-pubkey-length="ssh-keygen -lf "
alias cls=clear # MSDOS
alias help=man # MSDOS
alias ipconfig=ifconfig # MSDOS
alias copy=cp # MSDOS
alias move=mv # MSDOS
# Allow custom aliases to be put in .aliases or .bash_aliases .

2
zshrc
View File

@ -292,6 +292,8 @@ alias ssh-pubkey-length="ssh-keygen -lf "
alias cls=clear # MSDOS
alias help=man # MSDOS
alias ipconfig=ifconfig # MSDOS
alias copy=cp # MSDOS
alias move=mv # MSDOS
# .aliases
if [ -f ~/.aliases ]; then