suppress error message
This commit is contained in:
parent
8ae771f5b4
commit
78e78ceb84
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ alias ssh='kitty +kitten ssh'
|
|||
alias update='$HOME/.dots/scripts/update/update.sh'
|
||||
|
||||
# ----- conf.d ----- #
|
||||
"$HOME/.dots/zsh/conf.d/$(hostname)"
|
||||
"$HOME/.dots/zsh/conf.d/$(hostname)" &> /dev/null
|
||||
|
||||
# ----- root ----- #
|
||||
[[ "$EUID" != "0" ]] && return
|
||||
|
|
Loading…
Reference in a new issue