Bash: enable cleanup alias.
This commit is contained in:
parent
7c336e56b6
commit
eea819162a
@ -52,7 +52,7 @@ alias dotfiles="pushd "$HOME/dotfiles" > /dev/null 2>&1; git pull && ./sync.py &
|
|||||||
alias c="tr -d '\n' | pbcopy"
|
alias c="tr -d '\n' | pbcopy"
|
||||||
|
|
||||||
# Recursively delete `.DS_Store` files
|
# Recursively delete `.DS_Store` files
|
||||||
#alias cleanup="find . -type f -name '*.DS_Store' -ls -delete"
|
alias cleanup="find . -type f -name '*.DS_Store' -ls -delete"
|
||||||
|
|
||||||
# Empty the Trash on all mounted volumes and the main HDD
|
# Empty the Trash on all mounted volumes and the main HDD
|
||||||
# Also, clear Apple’s System Logs to improve shell startup speed
|
# Also, clear Apple’s System Logs to improve shell startup speed
|
||||||
|
Loading…
Reference in New Issue
Block a user