Kevin Heinicke преди 4 месеца
родител
ревизия
6b32dc62ee
променени са 2 файла, в които са добавени 4 реда и са изтрити 1 реда
  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)
 # Color theme (uncomment one to use)
 include /opt/homebrew/opt/task/share/doc/task/rc/solarized-light-256.theme
 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
 # Utility
 alias rm="nocorrect rm"
 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
 # Python