mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] make ln more verbose
This commit is contained in:
parent
b4e9430b76
commit
5318cbd00c
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ alias rm='rm -iv'
|
||||||
alias rmdir='rmdir -v'
|
alias rmdir='rmdir -v'
|
||||||
alias chmod='chmod -v'
|
alias chmod='chmod -v'
|
||||||
alias chown='chown -v'
|
alias chown='chown -v'
|
||||||
|
alias ln='ln -iv'
|
||||||
|
|
||||||
# print file sizes in human readable format
|
# print file sizes in human readable format
|
||||||
alias du='du -h'
|
alias du='du -h'
|
||||||
|
|
Loading…
Reference in a new issue