comparison .bashrc @ 569:38fc390b4e5d

STUB: .bashrc .hgrc
author Jeff Hammel <k0scist@gmail.com>
date Thu, 16 Jan 2014 13:10:32 -0800
parents 7b70e5c0d410
children 0dee1fcf3292
comparison
equal deleted inserted replaced
568:bb6e21338c5c 569:38fc390b4e5d
351 whemacs() { 351 whemacs() {
352 # which emacs 352 # which emacs
353 emacs -nw `realwhich $@` 353 emacs -nw `realwhich $@`
354 } 354 }
355 355
356 lswhich() {
357 # ls -l real which
358 for i in "$@"
359 do
360 ls -l $(realwhich $i)
361 done
362 }
356 363
357 ### functions for python 364 ### functions for python
358 365
359 pyfile() { 366 pyfile() {
360 # python file path 367 # python file path