summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-09-02 20:18:12 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-09-02 20:18:12 +1200
commit6f48647a1d380913559a5a3dcdaf0a3ffb74e9a3 (patch)
tree3820ea4c4a92dd1e40f8e2f68c44f3be53d72ce9
parentace3d98c85955ac1364de8a7edba864d1e096015 (diff)
downloaddotfiles-6f48647a1d380913559a5a3dcdaf0a3ffb74e9a3.tar.xz
history size and format, more alias
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index e4c4d1f..e52a4a8 100644
--- a/bashrc
+++ b/bashrc
@@ -1,5 +1,8 @@
#!/usr/bin/bash
+export HISTSIZE=10000
+export HISTTIMEFORMAT="%y-%m-%d %T "
+
. /etc/bash_colours
source /usr/share/git/completion/git-prompt.sh
@@ -38,6 +41,7 @@ alias monut=mount
alias pamcan=pacman
#alias scron="sudo EDITOR=nano crontab -e"
alias ls="/bin/ls --color=auto"
+alias fimp="gimp"
alias sl=ls
alias grep="grep --color=auto"
alias egrep="egrep --color=auto"