# HG changeset patch # User Steve Losh # Date 1508173340 25200 # Node ID 1ecae6c99d544d8dd3865ebce6cb2d6a9e912fca # Parent b887f32e40cd4e3c9f3c87f6a6b57f86a00e8b92 More diff -r b887f32e40cd -r 1ecae6c99d54 bash_profile --- a/bash_profile Sat Oct 14 17:58:52 2017 -0400 +++ b/bash_profile Mon Oct 16 10:02:20 2017 -0700 @@ -15,7 +15,7 @@ fi } -export PATH=~/bin:~/lib/dotfiles/bin:~/.roswell/bin:/usr/local/share/python:/usr/local/bin/:$PATH +export PATH=~/bin:~/lib/dotfiles/bin:~/lib/dotfiles/roswell:/usr/local/share/python:/usr/local/bin/:$PATH alias h='hg' alias g='git' diff -r b887f32e40cd -r 1ecae6c99d54 bin/ccl-rlwrap --- a/bin/ccl-rlwrap Sat Oct 14 17:58:52 2017 -0400 +++ b/bin/ccl-rlwrap Mon Oct 16 10:02:20 2017 -0700 @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -e -rlwrap ros -L ccl-bin run -l ~/.ccl-init.lisp "$@" +rlwrap /usr/local/bin/ccl64 "$@" # /usr/local/bin/ccl "$@" diff -r b887f32e40cd -r 1ecae6c99d54 fish/config.fish --- a/fish/config.fish Sat Oct 14 17:58:52 2017 -0400 +++ b/fish/config.fish Mon Oct 16 10:02:20 2017 -0700 @@ -65,18 +65,14 @@ end end set -gx PATH "/sbin" -prepend_to_path "/usr/local/opt/postgresql@9.6/bin" prepend_to_path "/usr/sbin" prepend_to_path "/bin" prepend_to_path "/usr/bin" prepend_to_path "/usr/local/bin" -prepend_to_path "/Library/TeX/texbin/" -# prepend_to_path "/usr/local/share/python" prepend_to_path "/usr/local/sbin" -prepend_to_path "/usr/local/share/npm/bin" +prepend_to_path "$HOME/lib/dotfiles/roswell" prepend_to_path "$HOME/lib/dotfiles/bin" prepend_to_path "$HOME/lib/hg/hg" -prepend_to_path "$HOME/.roswell/bin" prepend_to_path "$HOME/bin" set BROWSER open