mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
shell: disable throw-keyids in pass
This commit is contained in:
parent
344c010895
commit
6fe6334522
@ -56,6 +56,9 @@ set -g PASSWORD_STORE_ENABLE_EXTENSIONS "true"
|
|||||||
# Make sure pass uses the proper directory
|
# Make sure pass uses the proper directory
|
||||||
set -g PASSWORD_STORE_DIR ~/.local/share/pass
|
set -g PASSWORD_STORE_DIR ~/.local/share/pass
|
||||||
|
|
||||||
|
# Make sure pass ignores throw-keyids config
|
||||||
|
set -g PASSWORD_STORE_GPG_OPTS "--no-throw-keyids"
|
||||||
|
|
||||||
# Use alternative muhome
|
# Use alternative muhome
|
||||||
set -xg MU_HOME ~/.cache/mu
|
set -xg MU_HOME ~/.cache/mu
|
||||||
|
|
||||||
@ -94,7 +97,7 @@ set -xg XDG_VIDEOS_DIR $HOME/Videos
|
|||||||
set -xg NPM_CONFIG_USERCONFIG $XDG_CONFIG_HOME/npm/npmrc
|
set -xg NPM_CONFIG_USERCONFIG $XDG_CONFIG_HOME/npm/npmrc
|
||||||
|
|
||||||
# Set qt theme
|
# Set qt theme
|
||||||
set -xg QT_QPA_PLATFORMTHEME qt5ct
|
set -xg QT_QPA_PLATFORMTHEME qt5ct
|
||||||
|
|
||||||
# nvim alias
|
# nvim alias
|
||||||
abbr --add v 'nvim'
|
abbr --add v 'nvim'
|
||||||
@ -114,7 +117,7 @@ abbr --add weechat "weechat -d ~/.config/weechat"
|
|||||||
abbr --add tmux "tmux -f ~/.config/tmux/tmux.conf"
|
abbr --add tmux "tmux -f ~/.config/tmux/tmux.conf"
|
||||||
|
|
||||||
# pass
|
# pass
|
||||||
abbr --add pass "PASSWORD_STORE_DIR=$PASSWORD_STORE_DIR /usr/bin/pass"
|
abbr --add pass "PASSWORD_STORE_DIR=$PASSWORD_STORE_DIR PASSWORD_STORE_GPG_OPTS=$PASSWORD_STORE_GPG_OPTS /usr/bin/pass"
|
||||||
|
|
||||||
# pacman aliases
|
# pacman aliases
|
||||||
abbr --add pacrmorphans "sudo pacman -Rs (pacman -Qtdq)"
|
abbr --add pacrmorphans "sudo pacman -Rs (pacman -Qtdq)"
|
||||||
|
@ -42,6 +42,9 @@ export PASSWORD_STORE_ENABLE_EXTENSIONS="true"
|
|||||||
# Make sure pass uses the proper directory
|
# Make sure pass uses the proper directory
|
||||||
export PASSWORD_STORE_DIR=~/.local/share/pass
|
export PASSWORD_STORE_DIR=~/.local/share/pass
|
||||||
|
|
||||||
|
# Make sure pass ignores throw-keyids config
|
||||||
|
export PASSWORD_STORE_GPG_OPTS="--no-throw-keyids"
|
||||||
|
|
||||||
# Use alternative muhome
|
# Use alternative muhome
|
||||||
export MU_HOME=~/.cache/mu
|
export MU_HOME=~/.cache/mu
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user