Skip to content

Commit 197a02e

Browse files
author
Diego Lendoiro
committed
removing localisms
1 parent c415dfb commit 197a02e

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.sw*
2+
*.o
3+
*.a

.zshrc

-12
Original file line numberDiff line numberDiff line change
@@ -67,26 +67,14 @@ fi
6767
# export SSH_KEY_PATH="~/.ssh/dsa_id"
6868
#
6969
#Pkgfile hook
70-
#Command not found suggestions
71-
source /usr/share/doc/pkgfile/command-not-found.zsh
7270
#Vim inner text object and surround plugin for terminal vim mode
73-
source ~/.oh-my-zsh/plugins/opp.zsh/opp.zsh
74-
source ~/.oh-my-zsh/plugins/opp.zsh/opp/*.zsh
7571
bindkey '^[[A' up-line-or-search
7672
bindkey '^[[B' down-line-or-search
7773
##Reverse incremental search
7874
bindkey '^R' history-incremental-search-backward
7975
#TERM setting when not running tmux or tmuxinator
8076
export TERM='xterm'
81-
eval `dircolors ~/.dir_colors`
82-
###powerline
83-
#. /usr/share/zsh/site-contrib/powerline.zsh
84-
#Tmux 256 color
85-
alias tmux="TERM=screen-256color-bce tmux"
86-
alias tmuxinator="TERM=screen-256color-bce tmuxinator"
8777
####aliases
88-
source $HOME/.aliases_priv
8978
#####Rspec alias
9079
alias rspec="rspec --color"
91-
9280
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ Usage:
1717
1. `clone
1818
2. Create a common user in both machines involved
1919
3. Install vim plugins
20-
4. `tmuxinator start backend`
20+
4. ln -s ~/pair-dev/.zshrc ~/.zshrc
21+
5. ln -s ~/pair-dev/.vimrc ~/.vimrc
22+
6. ln -s ~/pair-dev/.tmux.conf ~/.tmux.conf
23+
7. Install [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh "oh my zsh home page")
24+
8. `tmuxinator start backend`

0 commit comments

Comments
 (0)