1ecae6c99d54

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Oct 2017 10:02:20 -0700
parents b887f32e40cd
children 3ab791da6777 02f3df2be1e3
branches/tags (none)
files bash_profile bin/ccl-rlwrap fish/config.fish

Changes

--- 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'
--- 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 "$@"
 
--- 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