# /etc/skel/.bash_profile
+export PATH="$PATH:/opt/android-sdk/platform-tools:$HOME/.local/bin"
+
export VDPAU_DRIVER=radeonsi
export EDITOR="kks edit"
export FZF_DEFAULT_OPTS='--multi --layout=reverse --preview-window=down:60%'
# that can't tolerate any output. So make sure this doesn't display
# anything or bad things will happen !
-export PATH="$PATH:/opt/android-sdk/platform-tools:$HOME/go/bin:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/Applications"
+# export PATH="$PATH:/opt/android-sdk/platform-tools:$HOME/go/bin:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/Applications"
+export PATH="$PATH:$HOME/go/bin:$HOME/.cargo/bin:$HOME/Applications"
# export BROWSER='qutebrowser \--untrusted-args "%u"'
export EDITOR='kks edit'
# Change working dir in shell to last dir in lf on exit (adapted from ranger).
lfcd () {
# `command` is needed in case `lfcd` is aliased to `lf`
- cd "$(command lf -print-last-dir "$@")"
+ cd "$(command lf -print-last-dir "$@")" || exit
}
# Put your fun stuff here.