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
bind is for macs
author
j3s
date
6 years ago
(Mar 6, 2020, 11:18 PM UTC)
commit
cf0a89de
cf0a89de4c978273437ef8637d6ea1b6d872ed67
parent
c2c9b877
c2c9b8778145446d6f540d1d8ed7c6ffd85f4ea3
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
.shinit
+1
-1
.shinit
Reviewed
···
13
13
alias startx='ssh-agent startx'
14
14
alias vi=vim
15
15
alias ls='CLICOLOR=1 ls'
16
16
-
bind '^L=clear-screen'
17
16
18
17
# bby
19
18
if [ "$(uname -s)" == "Darwin" ]; then
19
19
+
bind '^L=clear-screen'
20
20
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)'
21
21
export HISTFILE="$HOME/.mksh-history"
22
22
export CHEFUSER="jolson"