diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-09-02 20:18:12 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-09-02 20:18:12 +1200 |
commit | 6f48647a1d380913559a5a3dcdaf0a3ffb74e9a3 (patch) | |
tree | 3820ea4c4a92dd1e40f8e2f68c44f3be53d72ce9 | |
parent | ace3d98c85955ac1364de8a7edba864d1e096015 (diff) | |
download | dotfiles-6f48647a1d380913559a5a3dcdaf0a3ffb74e9a3.tar.xz |
history size and format, more alias
-rw-r--r-- | bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |