mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
install.zsh of noticaurl
This commit is contained in:
parent
c4ce69aa1d
commit
a597adc644
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ fi
|
|||
if [ -n "${GOPATH}" ]; then
|
||||
sed -i "s%\# export GOPATH=\"\"%export GOPATH=\"$GOPATH\"%g" $HOME/.zsh/env.zsh
|
||||
fi
|
||||
if [ -n "${NOTICA_URL}" ]; then
|
||||
sed -i "s%\# export NOTICA_URL=\"\"%export NOTICA_URL=\"$NOTICA_URL\"%g" $HOME/.zsh/env.zsh
|
||||
fi
|
||||
if [ -n "${ANDROID_SDK_ROOT}" ]; then
|
||||
sed -i "s%\# export ANDROID_SDK_ROOT=\"\"%export ANDROID_SDK_ROOT=\"$ANDROID_SDK_ROOT\"%g" $HOME/.zsh/env.zsh
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue