mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
zshrc & bashrc: add MSDOS aliases copy & move
This commit is contained in:
parent
05bb05d2c5
commit
858df5296d
2
bashrc
2
bashrc
@ -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 .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user