Skip to content

Commit

Permalink
Add gitignore_global and ruby path to fish.config
Browse files Browse the repository at this point in the history
  • Loading branch information
kimond committed Sep 29, 2016
1 parent 2a0f666 commit 352e611
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ files="
tmux.conf
atom
Xresources
gitignore_global
"

# Config dirs list
Expand Down
1 change: 1 addition & 0 deletions fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ set fish_greeting
test -d /usr/local/go/bin ; and set PATH /usr/local/go/bin $PATH
test -d ~/.config/composer/vendor/bin ; and set PATH ~/.config/composer/vendor/bin $PATH
test -d ~/.composer/vendor/bin ; and set PATH ~/.composer/vendor/bin $PATH
test -d ~/.gem/ruby/2.3.0/bin ; and set PATH ~/.gem/ruby/2.3.0/bin $PATH

# Virtualenvwrapper
eval (python -m virtualfish)
Expand Down
4 changes: 4 additions & 0 deletions gitignore_global
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.iml
*.ipr
*.iws
.idea/

0 comments on commit 352e611

Please sign in to comment.