summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc19
1 files changed, 10 insertions, 9 deletions
diff --git a/.bashrc b/.bashrc
index 91b669e..04544c6 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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