Merge branch 'master' of github.com:vbalien/newdotfiles

This commit is contained in:
2021-07-18 16:25:19 +09:00
3 changed files with 69 additions and 2 deletions

7
zshrc
View File

@@ -1,7 +1,7 @@
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/.local/bin:/usr/local/bin:$PATH
export DENO_INSTALL="/home/vbalien/.deno"
export DENO_INSTALL="$HOME/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
export PATH="$PATH:$HOME/go/bin"
@@ -111,6 +111,11 @@ export GPG_TTY=$(tty)
if [[ `uname` != "Darwin" ]]; then
alias open=xdg-open
fi
if [[ -f "/etc/synoinfo.conf" ]]; then
export PATH="$PATH:/opt/bin"
fi
ufetch
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh