moved env.zsh to private repo
This commit is contained in:
parent
8f593feffb
commit
36cfc43948
7 changed files with 5 additions and 19 deletions
|
@ -7,6 +7,9 @@ disable = ["firmware", "tldr", "pip3", "node", "vim", "git_repos", "containers",
|
|||
# Show Preamble text
|
||||
display_preamble = false
|
||||
|
||||
# Skip Notify
|
||||
skip_notify = true
|
||||
|
||||
# Ignore failures for these steps
|
||||
#ignore_failures = ["powershell"]
|
||||
|
||||
|
@ -16,9 +19,6 @@ display_preamble = false
|
|||
# Do not ask to retry failed steps (default: false)
|
||||
#no_retry = true
|
||||
|
||||
skip_notify = true
|
||||
display_preamble = false
|
||||
|
||||
# Run inside tmux
|
||||
#run_in_tmux = true
|
||||
|
||||
|
|
|
@ -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