summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 884e72b..d66c5f9 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
@@ -41,6 +44,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"