my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

Important critical emergency changes

+2 -2
+2 -2
.shinit
··· 1 1 export PS1='$(short-pwd)$ ' 2 2 export PATH="$HOME/bin/$(hostname -s):$HOME/bin:$PATH" 3 - export HISTFILE="$HOME/.mksh-history" 4 3 export HISTFILESIZE=10000 5 4 6 5 export PASH_KEYID=j3s@c3f.net ··· 8 7 9 8 # general 10 9 alias startx='ssh-agent startx' 11 - alias vi=nvim 10 + alias vi=vim 12 11 alias ls='CLICOLOR=1 ls' 13 12 bind '^L=clear-screen' 14 13 15 14 # bby 16 15 if [ "$(uname -s)" == "Darwin" ]; then 17 16 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)' 17 + export HISTFILE="$HOME/.mksh-history" 18 18 export CHEFUSER="jolson" 19 19 export SSHUSER="jolson" 20 20 export SSHKEY="~/.ssh/id_rsa"