update aliases
This commit is contained in:
parent
c91320156a
commit
be9a4c8ab5
2 changed files with 12 additions and 4 deletions
|
|
@ -8,13 +8,17 @@ alias pdw="pwd"
|
|||
#search content with ripgrep
|
||||
alias rg="rg --sort path"
|
||||
|
||||
# prompt and do verbose
|
||||
# move stuff arround
|
||||
alias \
|
||||
cp='cp -iv' \
|
||||
mv='mv -iv' \
|
||||
rm='rm -iv' \
|
||||
md='mkdir -pv';
|
||||
|
||||
# delete stuff
|
||||
alias \
|
||||
rm='trash -i' \
|
||||
rmf='rm -rfI'
|
||||
|
||||
# short long and common commands
|
||||
alias \
|
||||
mkexec='chmod +x';
|
||||
|
|
@ -40,7 +44,11 @@ alias \
|
|||
# Query Stuff
|
||||
alias \
|
||||
ip='ip -human -color -brief addr' \
|
||||
df='df -h'
|
||||
df='df -h' \
|
||||
du='dust --reverse' \
|
||||
du1='dust --reverse --min-size 1M --depth 1' \
|
||||
du2='dust --reverse --min-size 1M --depth 2' \
|
||||
du3='dust --reverse --min-size 1M --depth 3' \
|
||||
|
||||
## Music Streams
|
||||
lofi_url="https://youtu.be/jfKfPfyJRdk"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue