Add synology

This commit is contained in:
2021-04-20 04:24:26 +09:00
parent ccd9f8fe57
commit 089d44c282
3 changed files with 69 additions and 2 deletions

7
zshrc
View File

@@ -111,6 +111,11 @@ export GPG_TTY=$(tty)
if [[ `uname` != "Darwin" ]]; then
alias open=xdg-open
fi
ufetch
if [[ -f "/etc/synoinfo.conf" ]]; then
export PATH="$PATH:/opt/bin"
else
ufetch
fi
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh