mirror of
https://github.com/meineerde/dotfiles.git
synced 2025-12-19 17:41:12 +00:00
Merge branch 'master' of github.com:meineerde/dotfiles
This commit is contained in:
commit
6cbbefd9f9
4
.bashrc
4
.bashrc
@ -16,7 +16,7 @@ function delink()
|
|||||||
|
|
||||||
# General Settings
|
# General Settings
|
||||||
export DOTFILES=$(dirname `delink ~/.bashrc` )
|
export DOTFILES=$(dirname `delink ~/.bashrc` )
|
||||||
export PATH="/usr/local/sbin:/usr/local/bin:/Developer/usr/bin:/usr/sbin:/usr/bin:$PATH:/opt/bin:/opt/local/bin:."
|
export PATH="/usr/local/sbin:/usr/local/bin:/opt/local/bin:/Developer/usr/bin:/usr/sbin:/usr/bin:$PATH:/opt/bin:/opt/local/bin:."
|
||||||
export PATH="$HOME/bin:$DOTFILES/bin:$PATH"
|
export PATH="$HOME/bin:$DOTFILES/bin:$PATH"
|
||||||
export PWD_LENGTH=50
|
export PWD_LENGTH=50
|
||||||
set -o notify
|
set -o notify
|
||||||
@ -251,7 +251,7 @@ cat() {
|
|||||||
|
|
||||||
# directory for project
|
# directory for project
|
||||||
d() {
|
d() {
|
||||||
for dir in $HOME/workspace/$1 $HOME/$1 $1 $RUBY_PATH/$RUBY_VERSION/lib/ruby/gems/*/gems/$1-*; do
|
for dir in $HOME/workspace/$1 $HOME/$1 $1 /Volumes/Finn/$1 $RUBY_PATH/$RUBY_VERSION/lib/ruby/gems/*/gems/$1-*; do
|
||||||
if [ -d $dir ]; then
|
if [ -d $dir ]; then
|
||||||
echo $dir
|
echo $dir
|
||||||
break
|
break
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user