small updates & switched to zen browser
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#! ╚═════╝░░╚════╝░ ╚═╝░░╚══╝░╚════╝░░░░╚═╝░░░ ╚══════╝╚═════╝░╚═╝░░░╚═╝░░░
|
||||
|
||||
# Hyde's Shell Environment Initialization Script
|
||||
# If users used UWSM, uwsm will override any variables set anywhere in you shell configurations
|
||||
# If users used UWSM, uwsm will override any variables set anywhere in your shell configurations
|
||||
|
||||
# Basic PATH prepending (user local bin)
|
||||
PATH="$HOME/.local/bin:$PATH"
|
||||
@@ -38,6 +38,10 @@ LESSHISTFILE="${LESSHISTFILE:-/tmp/less-hist}"
|
||||
# Application config files
|
||||
PARALLEL_HOME="$XDG_CONFIG_HOME/parallel"
|
||||
SCREENRC="$XDG_CONFIG_HOME/screen/screenrc"
|
||||
TERMINFO="$XDG_DATA_HOME"/terminfo
|
||||
TERMINFO_DIRS="$XDG_DATA_HOME"/terminfo:/usr/share/terminfo
|
||||
WGETRC="${XDG_CONFIG_HOME}/wgetrc"
|
||||
PYTHON_HISTORY="$XDG_STATE_HOME/python_history"
|
||||
|
||||
# Export all variables
|
||||
export PATH \
|
||||
|
Reference in New Issue
Block a user