mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +00:00
feat: add 1Password CLI integration
This commit is contained in:
3
zshrc
3
zshrc
@@ -69,6 +69,8 @@ zinit light-mode wait lucid atload"!_zsh_autosuggest_start" \
|
||||
# Completion
|
||||
# ==============================================================================
|
||||
|
||||
setopt completealiases
|
||||
|
||||
# Group completions by type under group headings
|
||||
zstyle ':completion:*' group-name ''
|
||||
zstyle ':completion:*:descriptions' format '%B%d%b'
|
||||
@@ -106,6 +108,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then source "$DOTZSH/macos.zsh"; fi
|
||||
if [[ "$OSTYPE" == "linux"* ]]; then source "$DOTZSH/linux.zsh"; fi
|
||||
|
||||
# Utils
|
||||
source "$DOTZSH/1password.zsh"
|
||||
source "$DOTZSH/emacs.zsh"
|
||||
source "$DOTZSH/fzf.zsh"
|
||||
source "$DOTZSH/jq.zsh"
|
||||
|
||||
Reference in New Issue
Block a user