Skip to content

Commit

Permalink
Fixed .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kn1cht committed Oct 19, 2016
1 parent 16f845c commit ecdc7da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .bashrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
alias vv="g++ --std=c++11 -O2 -Wall"
alias ls='ls -G'
alias ls='ls -Ga'
alias mkdir='mkdir -p'
export PATH="$PATH:"/Applications/microchip/xc8/v1.35/bin""
export PATH=$PATH:/usr/local/share/git-core/contrib/diff-highlight
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
export PATH="$PATH":/Users/RYK6U0327/isrb2
export PATH="$HOME/.rbenv/bin:$PATH"

# C で標準出力をクリップボードにコピーする
# mollifier delta blog : http://mollifier.hatenablog.com/entry/20100317/p1
alias C='| pbcopy'
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ setopt extended_glob

alias vv="g++ --std=c++11 -O2 -Wall"
alias ls='ls -Ga'
alias sl='ls'
alias mkdir='mkdir -p'
alias sudo='sudo '
# C で標準出力をクリップボードにコピーする
Expand All @@ -41,3 +40,4 @@ export PATH="$HOME/.rbenv/bin:$PATH"
export PATH="$PATH:"/Applications/microchip/xc8/v1.35/bin""
export PATH=$PATH:/usr/local/share/git-core/contrib/diff-highlight
export PATH="$PATH":/Users/RYK6U0327/isrb2
eval "$(rbenv init -)"

0 comments on commit ecdc7da

Please sign in to comment.