aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-08-08 22:06:06 -0400
committertdro <tdro@users.noreply.github.com>2020-08-08 22:06:06 -0400
commit39c5787e53dcd1302e31f45495d8a698bbd1c2ef (patch)
tree27b3b1e82df59eda33f7a610d31163aa8d3653cf /.bash_profile
parent00c49d9b06e837e6ead192bfae256892d48b2c0e (diff)
downloaddotfiles-39c5787e53dcd1302e31f45495d8a698bbd1c2ef.tar.gz
dotfiles-39c5787e53dcd1302e31f45495d8a698bbd1c2ef.tar.bz2
dotfiles-39c5787e53dcd1302e31f45495d8a698bbd1c2ef.zip
.local/bin/fzf: Namespacing
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile25
1 files changed, 13 insertions, 12 deletions
diff --git a/.bash_profile b/.bash_profile
index e3fad15..c44ca37 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -27,23 +27,24 @@ export PATH="$HOME/.local/bin:$PATH"
# general exports
export EDITOR=vim
-export TERMINAL=urxvt
-export MANPAGER="vim -M +MANPAGER -"
-export PROMPT_COMMAND='cd .; history -a; history -n;'
-export HISTSIZE=
+export FZF_DIRECTORY_MARKS=$HOME/Documents/.fzf-marks
+export FZF_FILE_MARKS=$HOME/Documents/.fzf-fmarks
+export HISTCONTROL=ignoreboth:erasedups
export HISTFILESIZE=
+export HISTSIZE=
export HISTTIMEFORMAT="%d/%m/%y %T "
-export HISTCONTROL=ignoreboth:erasedups
-
+export ICEAUTHORITY="$XDG_CACHE_HOME/ICEauthority"
+export INPUTRC="$XDG_CONFIG_HOME/inputrc"
+export LESSHISTFILE="$XDG_CACHE_HOME/less.history"
+export MANPAGER="vim -M +MANPAGER -"
+export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npmrc"
+export PROMPT_COMMAND='cd .; history -a; history -n;'
export SUDO_ASKPASS="$HOME/.local/bin/rofi-askpass"
+export TERMINAL=urxvt
+export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat"
+export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
-export XDG_CACHE_HOME="$HOME/.cache"
-export LESSHISTFILE="$XDG_CACHE_HOME/less.history"
-export INPUTRC="$XDG_CONFIG_HOME/inputrc"
-export ICEAUTHORITY="$XDG_CACHE_HOME/ICEauthority"
-export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat"
-export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npmrc"
# themes
export DESKTOP_SESSION=gnome