From 8acc2e66478d60761bc1bf180fc9e3b410de2fec Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 28 Oct 2025 09:16:06 -0400 Subject: [PATCH] fix: Fixes gopass alias to work along with having pass installed, which is used by some other programs. --- env/.config/zsh/.zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/env/.config/zsh/.zshrc b/env/.config/zsh/.zshrc index 5bbd54e..d6064f1 100755 --- a/env/.config/zsh/.zshrc +++ b/env/.config/zsh/.zshrc @@ -182,8 +182,7 @@ alias l='eza --long --git --group --links --icons --all' # better alias lfs='ls -lahH --color=auto "$ZDOTDIR/functions"' # List functions. alias ls='eza --long --git --group --links --icons --all' alias lt='eza --long --git --group --links --icons --tree' -alias pass='gopass' -alias p='gopass' # run the pass command quickly. +alias pass='PASSWORD_STORE_DIR=/home/michael/.local/share/gopass/stores/root gopass' alias pc='gopass show --clip' # get an attribute of a password file and copy to the clipboard. alias reload='exec zsh -l' # reload the shell, useful when making changes. alias s='swift' # shorthand to access swift commands