This commit is contained in:
2017-10-16 22:05:00 +04:00
parent 144af00bed
commit 5f901e6bf9
3 changed files with 3 additions and 9 deletions

View File

@@ -1,8 +0,0 @@
[user]
name = Abra
email = a@abra.me
[core]
autocrlf = input
excludesfile = /Users/abra/.gitignore_global
[push]
default = simple

View File

@@ -86,6 +86,7 @@ else
fi
fi
alias ls="${aliases[ls]:-ls} -A"
alias l='ls -lAh' # Lists in one column, hidden files.
alias ll='ls -lh' # Lists human readable sizes.
alias lr='ll -R' # Lists human readable sizes, recursively.

View File

@@ -39,7 +39,8 @@ alias .g='git --git-dir=$HOME/.dotgit/ --work-tree=$HOME'
alias .gs='.g status -uno'
alias .gp='.g commit -am "auto" && .g push'
alias dus="du -kHhd0 * | gsort -h"
# list disk usage
alias dus="du -Hh -d 0 * .* | gsort -h"
alias p="perl -pe"