Add comment in zshrc

This commit is contained in:
Victor Timofei 2021-10-25 13:04:18 +03:00
parent 40898a9f10
commit e6236550f4
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
# When logging in start the X automatically # When logging in start the X automatically
[[ -f ~/.zshrc ]] && ~/.zshrc 2> /dev/null [[ -f ~/.zshrc ]] && ~/.zshrc 2> /dev/null
[[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx -- vt1 [[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx -- vt1
# Source cargo environment
. "$HOME/.cargo/env" . "$HOME/.cargo/env"