*
j3s j3s@c3f.net
Fri, 16 Oct 2020 21:22:16 -0500
M
.shinit
→
.shinit
@@ -9,15 +9,6 @@ chmod 0700 "${XDG_RUNTIME_DIR}"
fi fi -export EDITOR=vim -export PS1='$(short-pwd)$ ' - -export PASH_KEYID=j3s@c3f.net -export PASH_DIR="$HOME/.password-store" - -# general -alias vi=vim -alias gj='git add . ; git commit -m "*" ; git push' # launch alacritty with no GPU support if on old thinkpad if [ "$(hostname)" == 'nyx' ]; then@@ -37,3 +28,6 @@ export PASH_CLIP="pbcopy"
source /usr/local/share/chruby/chruby.sh chruby ruby-2.6.2 fi + +export EDITOR=vim +export PS1='$(short-pwd)$ '