diff --git a/.profile b/.profile index d628c54e..e58d9df4 100644 --- a/.profile +++ b/.profile @@ -126,5 +126,6 @@ export WINEDLLOVERRIDES="mscoree,mshtml=" # export PKG_CONFIG_PATH="${HOME}/local/usr/lib/pkgconfig" # export CPPFLAGS=-I$HOME/local/usr/include # export LDFLAGS=-L$HOME/local/usr/lib +# export PYTHONPATH=$HOME/local/usr/lib/python2.7/dist-packages/ # # umask 077 diff --git a/.shell.d/funs_rc b/.shell.d/funs_rc index 66367e7e..b8adc1b7 100644 --- a/.shell.d/funs_rc +++ b/.shell.d/funs_rc @@ -422,7 +422,7 @@ browse () # can type "cd -" to return to the original directory. tempfile="$(mktemp)" - /usr/bin/ranger --choosedir="$tempfile" "${@:-$(pwd)}" + ranger --choosedir="$tempfile" "${@:-$(pwd)}" if [ -f "$tempfile" ] && [ "$(cat -- "$tempfile")" != "$(echo -n `pwd`)" ]; then cd -- "$(cat "$tempfile")" fi