small pixel drawing of a pufferfish dotfiles

clean out old profile stuff, add gj
j3s j3s@c3f.net
Fri, 16 Oct 2020 19:03:56 -0500
commit

b7e670620bec74e25b9c066c82f0ef8cd32d7482

parent

0f77266ebc0e1fdb94d57d92ee2832f5cec02140

2 files changed, 7 insertions(+), 8 deletions(-)

jump to
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
A bin/gj

@@ -0,0 +1,5 @@

+#!/bin/sh + +git add . +git commit -m "*" +git push