mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-17 15:42:31 +00:00
Compare commits
2 Commits
afdedc5acf
...
3796572324
| Author | SHA1 | Date | |
|---|---|---|---|
|
3796572324
|
|||
|
3382c4b165
|
@@ -4,5 +4,4 @@
|
|||||||
# the item invoking this script:
|
# the item invoking this script:
|
||||||
# https://felixkratz.github.io/SketchyBar/config/events#events-and-scripting
|
# https://felixkratz.github.io/SketchyBar/config/events#events-and-scripting
|
||||||
|
|
||||||
sketchybar --set "$NAME" label="$(date '+%d/%m %H:%M')"
|
sketchybar --set "$NAME" label="$(date '+%m/%d %H:%M')"
|
||||||
|
|
||||||
|
|||||||
@@ -216,7 +216,6 @@ source <(kubectl completion zsh)
|
|||||||
# I tried sourcing them in the the `.zshenv` files, but did not work.
|
# I tried sourcing them in the the `.zshenv` files, but did not work.
|
||||||
_source_if "$ZDOTDIR/.zshrc-local"
|
_source_if "$ZDOTDIR/.zshrc-local"
|
||||||
_source_if "$LOCAL_ENV"
|
_source_if "$LOCAL_ENV"
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
# pnpm
|
# pnpm
|
||||||
export PNPM_HOME="/Users/michael/.local/share/pnpm"
|
export PNPM_HOME="/Users/michael/.local/share/pnpm"
|
||||||
@@ -230,4 +229,8 @@ esac
|
|||||||
fpath=(/Users/michael/.docker/completions $fpath)
|
fpath=(/Users/michael/.docker/completions $fpath)
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
|
|
||||||
# End of Docker CLI completions
|
# End of Docker CLI completions
|
||||||
|
gpgconf --launch gpg-agent
|
||||||
|
export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user