Corrected bad evaluation of INSIDE_GENIE.

This commit is contained in:
Tonoxis
2021-03-27 19:14:25 -04:00
parent b990a471b0
commit e22a8a3606

2
zshrc
View File

@@ -1,4 +1,4 @@
if [ $INSIDE_GENIE = true ]; then if [ "$INSIDE_GENIE" = true ]; then
declare -x PATH=/lib/systemd:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:"/mnt/c/Program Files (x86)/Common Files/Oracle/Java/javapath":/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/ProgramData/chocolatey/bin:/mnt/c/tools/php74:"/mnt/c/Program Files/Calibre2":"/mnt/c/Program Files/Microsoft VS Code Insiders/bin":/mnt/c/Users/Shado/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/Shado/AppData/Local/Keybase/:"/mnt/c/Users/Shado/AppData/Local/Programs/Microsoft VS Code/bin":/home/toxus/.ellipsis/bin:/home/toxus/.shell/bin:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/lib:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/git:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/battery:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/emoji:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/dotenv:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/command-not-found:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/common-aliases:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/composer:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/ubuntu:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/extract:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/gitignore:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/jsontools:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/man:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/mosh:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/sudo:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/themes:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/vscode:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/systemd:/home/toxus/.antigen/bundles/MichaelAquilina/zsh-emojis:/home/toxus/.antigen/bundles/shengyou/robo-zsh-plugin declare -x PATH=/lib/systemd:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:"/mnt/c/Program Files (x86)/Common Files/Oracle/Java/javapath":/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/ProgramData/chocolatey/bin:/mnt/c/tools/php74:"/mnt/c/Program Files/Calibre2":"/mnt/c/Program Files/Microsoft VS Code Insiders/bin":/mnt/c/Users/Shado/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/Shado/AppData/Local/Keybase/:"/mnt/c/Users/Shado/AppData/Local/Programs/Microsoft VS Code/bin":/home/toxus/.ellipsis/bin:/home/toxus/.shell/bin:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/lib:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/git:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/battery:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/emoji:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/dotenv:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/command-not-found:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/common-aliases:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/composer:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/ubuntu:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/extract:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/gitignore:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/jsontools:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/man:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/mosh:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/sudo:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/themes:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/vscode:/home/toxus/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/systemd:/home/toxus/.antigen/bundles/MichaelAquilina/zsh-emojis:/home/toxus/.antigen/bundles/shengyou/robo-zsh-plugin
fi fi
declare -x PATH=$PATH:$HOME/.ellipsis/bin declare -x PATH=$PATH:$HOME/.ellipsis/bin