update
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
# Solarized (mostly) dark skin for Midnight Commander
|
||||
export MC_SKIN=$HOME/.config/mc/skins/solarized.ini
|
||||
|
||||
export EDITOR=vim
|
||||
|
||||
[[ -f "$HOME/.dotfiles/aliases" ]] && source "$HOME/.dotfiles/aliases"
|
||||
@@ -15,6 +14,5 @@ fi
|
||||
|
||||
# use ~/.commonrc.local for local changes, proxy etc.
|
||||
[[ -f "$HOME/.commonrc.local" ]] && source "$HOME/.commonrc.local"
|
||||
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/eragos/.zprofile
|
||||
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
8
.zshrc
8
.zshrc
@@ -15,7 +15,7 @@ ZSH_THEME="../../misc/Cobalt2-iterm/cobalt2"
|
||||
# HYPHEN_INSENSITIVE="true"
|
||||
|
||||
# Uncomment the following line to disable bi-weekly auto-update checks.
|
||||
DISABLE_AUTO_UPDATE="true"
|
||||
#DISABLE_AUTO_UPDATE="true"
|
||||
|
||||
# Uncomment the following line to change how often to auto-update (in days).
|
||||
# export UPDATE_ZSH_DAYS=13
|
||||
@@ -49,7 +49,7 @@ COMPLETION_WAITING_DOTS="true"
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(colored-man-pages git docker sublime sudo zsh-bitwarden)
|
||||
plugins=(colored-man-pages git docker sublime sudo)
|
||||
|
||||
# User configuration
|
||||
|
||||
@@ -67,6 +67,10 @@ source $ZSH/oh-my-zsh.sh
|
||||
[[ -f "$HOME/.dotfiles/functions" ]] && source "$HOME/.dotfiles/functions"
|
||||
[[ -f "$HOME/.dotfiles/.commonrc" ]] && source "$HOME/.dotfiles/.commonrc"
|
||||
|
||||
# ntfy
|
||||
eval "$(ntfy shell-integration)"
|
||||
export AUTO_NTFY_DONE_IGNORE="vim screen meld"
|
||||
|
||||
# not saving history immediately
|
||||
setopt noincappendhistory
|
||||
setopt nosharehistory
|
||||
|
||||
Reference in New Issue
Block a user