Move yarn; add SSH_AUTH_SOCK to sec1

This commit is contained in:
2023-03-20 12:20:27 +00:00
parent 3a9ab66e4c
commit 13531681aa
3 changed files with 6 additions and 2 deletions

2
bashrc
View File

@@ -92,5 +92,7 @@ if [ -f ${HOME}/.bashrc.d/local/${HOSTNAME}.bash ] ; then
source ${HOME}/.bashrc.d/local/${HOSTNAME}.bash
fi
# export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
# Fig post block. Keep at the bottom of this file.
[[ -f "$HOME/.fig/shell/bashrc.post.bash" ]] && builtin source "$HOME/.fig/shell/bashrc.post.bash"

View File

@@ -3,7 +3,6 @@ if [ -x /usr/bin/dircolors ]; then
alias grep='grep --color=auto'
fi
# export PATH=$HOME/.local/bin:$PATH
addpath $HOME/.local/bin
# some more ls aliases
@@ -55,3 +54,5 @@ PERL5LIB="$HOME/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
PERL_LOCAL_LIB_ROOT="$HOME/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
PERL_MB_OPT="--install_base \"$HOME/perl5\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=$HOME/perl5"; export PERL_MM_OPT;
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"

View File

@@ -1 +1,2 @@
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
addpath "$HOME/.yarn/bin"
addpath "$HOME/.config/yarn/global/node_modules/.bin"