diff --git a/.zprofile b/.zprofile index 7fc0463..d97a65c 100755 --- a/.zprofile +++ b/.zprofile @@ -1,4 +1,4 @@ -. ~/.profile +source ~/.profile if ! "$REMOTE" && test "$(tty)" = /dev/tty1; then mkdir -p "$HOME/.local/share/river" log="$HOME/.local/share/river/$(date +%Y-%m-%d@%H:%M:%S).log" @@ -7,4 +7,4 @@ if ! "$REMOTE" && test "$(tty)" = /dev/tty1; then XDG_SESSION_DESKTOP=river \ dbus-run-session river -log-level debug >"$log" 2>&1 fi -. ~/.zshrc +source ~/.zshrc