Important critical emergency changes
j3s j3s@c3f.net
Fri, 06 Mar 2020 11:20:44 -0600
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"