Small improvements to bash and git usage

This commit is contained in:
Tony Grosinger 2017-09-14 07:04:08 -07:00 committed by Tony Grosinger
parent 84d4cb65fc
commit 077fefc32b
2 changed files with 7 additions and 1 deletions

View File

@ -6,9 +6,12 @@ then
fi
alias c="clear"
alias ..="cd ..;"
alias la="ls -lha"
alias la="ls -lhA"
alias rmr="rm -r"
# Disable the lockup of doom from ctrl+s
#stty -ixon
# History
HISTSIZE=50000
HISTFILESIZE=50000

View File

@ -41,6 +41,7 @@
tool = meld
renames = copies
compactionHeuristic = 1
submodule = log
[branch]
autosetuprebase = always
@ -50,3 +51,5 @@
[log]
date = local
[status]
submoduleSummary = true