summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 5fd174b..7c7fa5d 100644
--- a/bashrc
+++ b/bashrc
@@ -55,6 +55,11 @@ gitps='$(type -t __git_ps1 &>/dev/null && __git_ps1)'
[ -n "$debian_chroot" ] && chroot="[$debian_chroot] "
PS1=${TITLE}"($user_color\u$reset@$green\h$reset) $chroot\W$gitps$nrjobs $red\\\$$reset > "
+# history
+HISTCONTROL='ignoredups:erasedups'
+HISTSIZE=9999
+
+
export PATH=~/Apps/bin:$PATH
export EDITOR="/usr/bin/vim"
export SSH_ASKPASS=/usr/lib/openssh/gnome-ssh-askpass