This commit is contained in:
2024-10-18 22:14:58 +02:00
parent c040b16e6f
commit a850f644de
2 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
# Solarized (mostly) dark skin for Midnight Commander # Solarized (mostly) dark skin for Midnight Commander
export MC_SKIN=$HOME/.config/mc/skins/solarized.ini export MC_SKIN=$HOME/.config/mc/skins/solarized.ini
export EDITOR=vim export EDITOR=vim
[[ -f "$HOME/.dotfiles/aliases" ]] && source "$HOME/.dotfiles/aliases" [[ -f "$HOME/.dotfiles/aliases" ]] && source "$HOME/.dotfiles/aliases"
@@ -15,6 +14,5 @@ fi
# use ~/.commonrc.local for local changes, proxy etc. # use ~/.commonrc.local for local changes, proxy etc.
[[ -f "$HOME/.commonrc.local" ]] && source "$HOME/.commonrc.local" [[ -f "$HOME/.commonrc.local" ]] && source "$HOME/.commonrc.local"
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/eragos/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)" eval "$(/opt/homebrew/bin/brew shellenv)"

8
.zshrc
View File

@@ -15,7 +15,7 @@ ZSH_THEME="../../misc/Cobalt2-iterm/cobalt2"
# HYPHEN_INSENSITIVE="true" # HYPHEN_INSENSITIVE="true"
# Uncomment the following line to disable bi-weekly auto-update checks. # 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). # Uncomment the following line to change how often to auto-update (in days).
# export UPDATE_ZSH_DAYS=13 # export UPDATE_ZSH_DAYS=13
@@ -49,7 +49,7 @@ COMPLETION_WAITING_DOTS="true"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # 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 # User configuration
@@ -67,6 +67,10 @@ source $ZSH/oh-my-zsh.sh
[[ -f "$HOME/.dotfiles/functions" ]] && source "$HOME/.dotfiles/functions" [[ -f "$HOME/.dotfiles/functions" ]] && source "$HOME/.dotfiles/functions"
[[ -f "$HOME/.dotfiles/.commonrc" ]] && source "$HOME/.dotfiles/.commonrc" [[ -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 # not saving history immediately
setopt noincappendhistory setopt noincappendhistory
setopt nosharehistory setopt nosharehistory