Skip to content

Commit

Permalink
added andriod sdk + new handles to grab xclipboard data using pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
janmejay committed Oct 22, 2011
1 parent 06aa1fc commit 921ccf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rc/shared_shell_config
@@ -1,4 +1,4 @@
export PATH=~/bin:$JDK_HOME/bin:$PATH:/sbin:/var/lib/gems/1.8/bin:/usr/local/jruby-1.2.0/bin:~/.gem/bin
export PATH=~/bin:$JDK_HOME/bin:$PATH:/sbin:/var/lib/gems/1.8/bin:/usr/local/jruby-1.2.0/bin:~/.gem/bin:~/tools/android-sdk-linux_x86/tools/:~/tools/android-sdk-linux_x86/platform-tools/
export CDPATH=.:~:~/Desktop:~/projects
export SVN_EDITOR=$EDITOR
export PYTHONSTARTUP=~/bin/rc/pythonrc
Expand All @@ -25,12 +25,12 @@ alias idea9='~/tools/idea9/bin/idea.sh'
alias idea8='~/tools/idea8/bin/idea.sh'
alias grep='grep --color=auto'

f() { find . -iname "*$1*" }

x() { echo $* | xs }
f() { find . -iname "*$1*" | xclip -selection c. }

alias xs='xclip -selection c.'

x() { echo $* | xs }

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"

export PYENV=~/.pyenv
Expand Down

0 comments on commit 921ccf8

Please sign in to comment.