Skip to content

Commit

Permalink
Misc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aburgel committed Jul 7, 2019
1 parent 63c38c9 commit 719bb00
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
4 changes: 0 additions & 4 deletions aliases
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ alias ln="ln -v"
alias mkdir="mkdir -p"
alias e="$EDITOR"
alias v="$VISUAL"
alias ..='cd ..'
alias ls='ls -G'

# Pretty print the path
alias path='echo $PATH | tr -s ":" "\n"'

alias subl="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"
alias stree="/Applications/SourceTree.app/Contents/Resources/stree"
1 change: 0 additions & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
st = status
[core]
autocrlf = input
hooksPath = /Users/alexburgel/.git-templates/hooks
[merge]
ff = only
[fetch]
Expand Down
2 changes: 1 addition & 1 deletion hooks/post-up
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ ! -e "$HOME"/.vim/autoload/plug.vim ]; then
curl -fLo "$HOME"/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
fi
vim -u "$HOME"/.vimrc.bundles +PlugInstall +PlugClean! +qa
vim -u "$HOME"/.vimrc.bundles +PlugInstall +PlugClean! +qa -

reset -Q

Expand Down
1 change: 1 addition & 0 deletions rcrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
EXCLUDES="README.md LICENSE"
DOTFILES_DIRS="$HOME/src/dotfiles"
UNDOTTED="bin"
1 change: 1 addition & 0 deletions zsh/configs/coach
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alias mycoach="RBENV_VERSION=$(cat $HOME/src/coach/coach_cli/.ruby-version) BUNDLE_GEMFILE=$HOME/src/coach/coach_cli/Gemfile bundle exec $HOME/src/coach/coach_cli/exe/coach"
2 changes: 2 additions & 0 deletions zsh/configs/go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export PATH=$PATH:$(go env GOPATH)/bin
export GOPATH=$(go env GOPATH)

0 comments on commit 719bb00

Please sign in to comment.