clean out old profile stuff, add gj
j3s j3s@c3f.net
Fri, 16 Oct 2020 19:03:56 -0500
M
.shinit
→
.shinit
@@ -1,5 +1,6 @@
#!/bin/sh +# needed for sway if test -z "${XDG_RUNTIME_DIR}"; then export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir if ! test -d "${XDG_RUNTIME_DIR}"; then@@ -10,7 +11,6 @@ fi
export EDITOR=vim export PS1='$(short-pwd)$ ' -export HISTFILESIZE=10000 export PASH_KEYID=j3s@c3f.net export PASH_DIR="$HOME/.password-store"@@ -19,13 +19,7 @@ # general
alias vi=vim alias gj='git add . ; git commit -m "*" ; git push' -# mksh -if echo "$SHELL" | grep -q "mksh"; then - bind '^L=clear-screen' - export HISTFILE="$HOME/.mksh-history" -fi - -# launch alacritty with no GPU support if on old hardware +# launch alacritty with no GPU support if on old thinkpad if [ "$(hostname)" == 'nyx' ]; then export LIBGL_ALWAYS_SOFTWARE=1 fi