summaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/aliasrc1
-rw-r--r--.config/shell/profile1
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 0458438..ad6afdb 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -13,6 +13,7 @@ alias \
cl='clear' \
dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' \
fm='ranger' \
+ hst='history 1 -1 | cut -c 8- | sort | uniq | fzf | tr -d '\n' | xclip -sel c'
# Verbosity and settings that you pretty much just always are going to want.
alias \
diff --git a/.config/shell/profile b/.config/shell/profile
index 4fc550d..6b177f8 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -24,6 +24,7 @@ export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc"
export __GL_SHADER_DISK_CACHE_PATH=~/.cache/
# Other program settings
+export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
export FZF_DEFAULT_OPTS="--layout=reverse --height 40%"
export PATH=$PATH:$HOME/.local/bin