Merge branch 'master' of github.com:vbalien/newdotfiles
This commit is contained in:
7
zshrc
7
zshrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user