Added logic to add personal windows path to Linux environment.. Needs adjusted for other users.
This commit is contained in:
3
zshrc
3
zshrc
@@ -1,3 +1,6 @@
|
||||
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
|
||||
fi
|
||||
declare -x PATH=$PATH:$HOME/.ellipsis/bin
|
||||
|
||||
source $HOME/.ellipsis/init.sh
|
||||
|
||||
Reference in New Issue
Block a user