added bunch of stuff

This commit is contained in:
ry
2022-01-31 16:55:07 -08:00
parent d799a1169a
commit 0cbe4c5fc0
8 changed files with 30 additions and 84 deletions

View File

@@ -23,11 +23,3 @@ ALIAS_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_aliases"
FUNCTION_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_functions"
. $ALIAS_LOCATION
. $FUNCTION_LOCATION
# ## SSH Agent
# if ! pgrep -u "$USER" ssh-agent > /dev/null; then
# ssh-agent > "$XDG_RUNTIME_DIR/ssh-agent.env"
# fi
# if [ ! "$SSH_AUTH_SOCK" ]; then
# . "$XDG_RUNTIME_DIR/ssh-agent.env" > /dev/null
# fi