Skip to content

Commit

Permalink
✨ Add a "lisp" alias
Browse files Browse the repository at this point in the history
This uses roswell to run the current Lisp of choice, wrapping it with
rlwrap. This does mean that both roswell and rlwrap need to be installed.
  • Loading branch information
davep committed Nov 4, 2019
1 parent c27b1b8 commit dd2721e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf.d/rlwrapper.fish
Expand Up @@ -6,6 +6,7 @@ if type -fq rlwrap
# ...wrap various REPLs if I also have them.
type -fq clojure; and alias clojure="rlwrap clojure"
type -fq csi; and alias csi="rlwrap csi"
type -fq ros; and alias lisp="rlwrap ros run"
end

### rlwrapper.fish ends here

0 comments on commit dd2721e

Please sign in to comment.