minor changes

This commit is contained in:
Nicolai Van der Storm 2024-11-22 16:20:43 +01:00
parent 2fedd15513
commit 0233563bd6

6
.zshrc
View File

@ -1,3 +1,9 @@
export PATH="/usr/local/bin:/usr/bin:$PATH"
if [ Darwin = `uname` ]; then
source $HOME/.profile_macos
fi
# Defaults from bash
[[ $- != *i* ]] && return