dotfile tho
This commit is contained in:
parent
9d2943d443
commit
cf807a2f34
4 changed files with 32 additions and 18 deletions
3
zshrc
3
zshrc
|
|
@ -48,9 +48,6 @@ fi
|
|||
[ -e ~/.local/bin ] && export PATH=$HOME/.local/bin:$PATH # Stack
|
||||
[ -e ~/.npm-packages/bin ] && export PATH=$HOME/.npm-packages/bin:$PATH # NPM
|
||||
|
||||
# Nix
|
||||
[ -f $HOME/.nix-profile/etc/profile.d/nix.sh ] && . $HOME/.nix-profile/etc/profile.d/nix.sh
|
||||
|
||||
# Keychain
|
||||
if [ -x "$(command -v keychain)" ]; then
|
||||
export GPG_AGENT_INFO="~/.gnupg/S.gpg-agent:$(pgrep gpg-agent):1" # Take this out when keychain fixes this bug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue