Combines node scripts and adds other scripts from vogon.
This commit is contained in:
20
.zprofile
20
.zprofile
@@ -14,21 +14,5 @@
|
||||
# ~/.zlogin
|
||||
##fi
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/.local/bin" ] ; then
|
||||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
## ZSH version of this
|
||||
# # if running bash
|
||||
# if [ -n "$BASH_VERSION" ]; then
|
||||
# # include .bashrc if it exists
|
||||
# if [ -f "$HOME/.bashrc" ]; then
|
||||
# . "$HOME/.bashrc"
|
||||
# fi
|
||||
# fi
|
||||
# Hermes Agent — ensure ~/.local/bin is on PATH
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user