mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
Use secret to fetch username email by default, fallback to prompt
This commit is contained in:
parent
6ee67769a6
commit
f908912cea
9 changed files with 110 additions and 30 deletions
|
|
@ -43,6 +43,12 @@ for plugin in "${plugins[@]}"; do
|
|||
fi
|
||||
done
|
||||
|
||||
ZSH_HIGHLIGHT_HIGHLIGHTERS+=(main pattern brackets root)
|
||||
ZSH_HIGHLIGHT_STYLES[path]='fg=cyan,underline'
|
||||
ZSH_HIGHLIGHT_PATTERNS+=('rm -rf *' 'fg=blue,bold,bg=red')
|
||||
|
||||
export IPYTHONDIR="$XDG_CONFIG_HOME"/ipython
|
||||
|
||||
# https://unix.stackexchange.com/questions/33994/
|
||||
# Use `set -k` to mark leading `#` as a comment character
|
||||
set -k
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue