change to shorter typing

This commit is contained in:
2025-04-19 21:02:54 +02:00
parent 2a49623982
commit 034f857c3e

View File

@@ -4,10 +4,7 @@
export MC_SKIN=$HOME/.config/mc/skins/solarized.ini
export EDITOR=vim
if [ -d "/opt/homebrew/bin" ]; then
cd /opt/homebrew/bin
fi
[[ -d "/opt/homebrew/bin" ]] && cd /opt/homebrew/bin
[[ -f "$HOME/.dotfiles/aliases" ]] && source "$HOME/.dotfiles/aliases"
[[ -f "$HOME/.iterm2_shell_integration.zsh" ]] && source "$HOME/.iterm2_shell_integration.zsh"