trying to get stuff werkin

This commit is contained in:
ry
2022-01-13 10:07:57 -08:00
parent 8e7b654716
commit 9e895e5b12
856 changed files with 58 additions and 71400 deletions
+5 -8
View File
@@ -11,18 +11,15 @@ ENABLE_CORRECTION="true"
plugins=(git)
source $ZSH/oh-my-zsh.sh # This has to stay below plugins.
#### ~~~~ Autostart ~~~~ #####
pfetch
#### ~~~~ Path Additions ~~~~ #####
export PATH=/home/opal/scripts:$PATH # Scripts
export PATH=/home/opal/go/bin:$PATH # Golang Path
#### ~~~~ Locale ~~~~ #####
export LANG=en_US.UTF-8
# #### ~~~~ Import ~~~~ #####
# ALIAS_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_aliases"
# FUNCTION_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_functions"
# . $ALIAS_LOCATION
# . $FUNCTION_LOCATION
ALIAS_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_aliases"
FUNCTION_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_functions"
source $ALIAS_LOCATION
source $FUNCTION_LOCATION