zsh: usar source en vez de .
This commit is contained in:
parent
f6601127bc
commit
5d69974359
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue