moved env.zsh to private repo
This commit is contained in:
parent
8f593feffb
commit
36cfc43948
7 changed files with 5 additions and 19 deletions
|
@ -60,4 +60,4 @@ export HISTSIZE=$(( 1.2 * SAVEHIST ))
|
|||
export ZSH_CACHE_DIR="$XDG_CACHE_HOME"/zsh
|
||||
export HISTFILE="$ZSH_CACHE_DIR"/history
|
||||
export GPG_TTY="$TTY"
|
||||
export AUTO_NTFY_DONE_IGNORE="ntfy emacs htop info less mail man meld most mutt nano screen ssh tail tmux top vi vim watch bat cat kate"
|
||||
export AUTO_NTFY_DONE_IGNORE="ntfy emacs htop info less mail man meld most mutt nano screen ssh tail tmux top vi vim watch bat cat kate topgrade"
|
||||
|
|
|
@ -11,5 +11,5 @@ _evalcache zoxide init --cmd cd zsh
|
|||
_evalcache atuin init zsh
|
||||
_evalcache navi widget zsh
|
||||
_evalcache direnv hook zsh
|
||||
_evalcache ntfy shell-integration
|
||||
#_evalcache ntfy shell-integration
|
||||
eval "$(keychain --dir "$XDG_CACHE_HOME"/keychain --eval --quiet id_rsa)"
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# kate: syntax zsh;
|
||||
# create the file
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# kate: syntax zsh;
|
||||
if test -v DISTROBOX_HOST_HOME; then unset ZDOTDIR; exec zsh; fi # fix distrobox
|
||||
if test "x$TERMINALNAME" = "xalacritty"; then eval "$(zellij setup --generate-auto-start zsh)"; fi # autostart zellij only in alacritty
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue