diff options
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
