small pixel drawing of a pufferfish dotfiles

Important critical emergency changes
j3s j3s@c3f.net
Fri, 06 Mar 2020 11:20:44 -0600
commit

d8cb95e5dce7acba64e3d32d7094841c6ce79214

parent

77934873d2decebf19e8209bf98b665ea5169b04

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M .shinit.shinit

@@ -1,6 +1,5 @@

export PS1='$(short-pwd)$ ' export PATH="$HOME/bin/$(hostname -s):$HOME/bin:$PATH" -export HISTFILE="$HOME/.mksh-history" export HISTFILESIZE=10000 export PASH_KEYID=j3s@c3f.net

@@ -8,13 +7,14 @@ export PASH_DIR="$HOME/.password-store"

# general alias startx='ssh-agent startx' -alias vi=nvim +alias vi=vim alias ls='CLICOLOR=1 ls' bind '^L=clear-screen' # bby if [ "$(uname -s)" == "Darwin" ]; then alias cdr='cd $(find ~/git/chef/cloud-roles ~/git/chef/site-cookbooks ~/git/chef/app-cookbooks ~/git/chef/dc-roles -type d -maxdepth 1 | selecta)' + export HISTFILE="$HOME/.mksh-history" export CHEFUSER="jolson" export SSHUSER="jolson" export SSHKEY="~/.ssh/id_rsa"