Kevin Heinicke 4 mesi fa
parent
commit
6b32dc62ee
2 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 1 1
      taskrc-light
  2. 3 0
      zshrc

+ 1 - 1
taskrc-light

@@ -9,4 +9,4 @@ search.case.sensitive=no
 # Color theme (uncomment one to use)
 include /opt/homebrew/opt/task/share/doc/task/rc/solarized-light-256.theme
 
-news.version=3.3.0
+news.version=3.4.1

+ 3 - 0
zshrc

@@ -41,6 +41,9 @@ alias imgcat="~/.dotfiles/imgcat"
 # Utility
 alias rm="nocorrect rm"
 
+# bitwarden: read session from keychain if it does not exist yet before running bitwarden
+alias bwl="export BW_SESSION=$(security find-generic-password -a $USER -s BW_SESSION -w) && echo \"bw session set\""
+
 
 #
 # Python