alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Important critical emergency changes
author
j3s
date
6 years ago
(Mar 6, 2020, 11:20 AM -0600)
commit
d8cb95e5
d8cb95e5dce7acba64e3d32d7094841c6ce79214
parent
77934873
77934873d2decebf19e8209bf98b665ea5169b04
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
.shinit
+2
-2
.shinit
Reviewed
···
1
1
export PS1='$(short-pwd)$ '
2
2
export PATH="$HOME/bin/$(hostname -s):$HOME/bin:$PATH"
3
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
11
-
alias vi=nvim
10
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
17
+
export HISTFILE="$HOME/.mksh-history"
18
18
export CHEFUSER="jolson"
19
19
export SSHUSER="jolson"
20
20
export SSHKEY="~/.ssh/id_rsa"