Skip to content

Commit

Permalink
keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Mar 16, 2024
1 parent 9a7af6f commit ee65257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ unset USERNAME
export GTK_THEME=Adwaita:dark
export QT_QPA_PLATFORMTHEME=qt5ct

which keychain 2>/dev/null && \
which keychain 2>/dev/null >&2 && \
eval $(keychain --eval --quiet)

alias ls='ls --color=auto'
Expand Down

0 comments on commit ee65257

Please sign in to comment.