updare df alias
This commit is contained in:
parent
a9e742820f
commit
838c39ab21
6
.bashrc
6
.bashrc
@ -144,7 +144,7 @@ alias fd='find . -type d -name'
|
||||
alias fdi='find . -type d -iname'
|
||||
alias ff='find . -type f -name'
|
||||
alias ffi='find . -type f -iname'
|
||||
alias df='df -hT'
|
||||
alias df='df -hT -t btrfs'
|
||||
alias md='mkdir -p'
|
||||
alias rd='rmdir'
|
||||
alias scp="scrcpy -S"
|
||||
@ -154,10 +154,10 @@ alias scl="screen -ls"
|
||||
alias nn="ncdu --color dark"
|
||||
alias maps="telnet mapscii.me"
|
||||
alias myip='curl ipinfo.io/ip'
|
||||
alias mydns='dig dave.eu | grep -i server | sed -e 's/[;]//g' | sed -e 's/#.*//''
|
||||
alias mydns="dig dave.eu | grep -i server | sed -e 's/[;]//g' | sed -e 's/#.*//'"
|
||||
alias files_replace_space='for f in *\ *; do mv "$f" "${f// /_}"; done'
|
||||
alias dtr="rm -rf .local/share/Trash/files/*"
|
||||
alias hugo-sync="hugo && rsync -avz --delete public/ ilnostropianetaselvaggio:/home/sistemostro/website/"
|
||||
alias hugo-sync="hugo && rsync -avz --delete public/ novemila:/home/sistemostro/website/"
|
||||
|
||||
## ls
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user