diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -1,7 +1,8 @@ #basics stty -ixon -export MOZ_DBUS_REMOTE=1 -export BROWSER="vivaldi-snapshot" +#export BROWSER="vivaldi-snapshot" +export BROWSER="qutebrowser" +export XDG_CONFIG_HOME="$HOME/.config" export EDITOR="vim" # keep dictionaries in ~/bin/ export STARDICT_DATA_DIR="$HOME/bin/dict/" @@ -544,13 +545,13 @@ else fi unset color_prompt force_color_prompt # If this is an xterm set the title to user@host:dir -case "$TERM" in - xterm*|rxvt*) - PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \W\a\]$PS1" - ;; - *) - ;; -esac +#case "$TERM" in +# xterm*|rxvt*) +# PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \W\a\]$PS1" +# ;; +# *) +# ;; +#esac # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ]; then |