zsh ""fun""

This commit is contained in:
2021-06-29 19:10:21 +02:00
parent dea54fe72a
commit ee94e5a967
5 changed files with 1623 additions and 4 deletions

View File

@@ -60,6 +60,8 @@ alias urlencode='python -c "import sys, urllib as ul; print ul.quote_plus(sys.ar
# Ring the terminal bell
alias ding="tput bel"
# Backs files up using rsync, not preserving linux perms (for external drives)
alias backup="rsync -vrltD --progress"
# Intuitive map function
# For example, to list all directories that contain a certain file:
# find . -name .gitattributes | map dirname