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
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)"