Don't think I need this anymore

This commit is contained in:
Josh Sherman 2017-12-24 15:24:52 -06:00
parent fc7b21429b
commit 6d6c289c1c
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

3
zshrc
View file

@ -60,9 +60,6 @@ git_branch() {
(command git symbolic-ref -q HEAD || command git name-rev --name-only --no-undefined --always HEAD) 2>/dev/null
}
# Because `npm` shit the bed on me...
ulimit -n 4096
# `ls` after `cd`
function cd {
builtin cd "$@" && ls -F