Public » Miscellaneous » Dotfiles Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in tip and @

fish: add ocs command for OCaml

Changeset 6d87d7b9d0b7

Parent 3ef38444b2ef

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at 6d87d7b9d0b7 Showing diff from parent 3ef38444b2ef Diff from another changeset...

Change 1 of 1 Show Entire File fish/​functions/​ocs.fish Stacked
 
 
 
 
 
 
 
 
1
2
3
4
5
6
@@ -0,0 +1,6 @@
+function -d "switches the active OCaml version and activates it" ocs + opam switch --no-warning $argv + eval (opam config --fish env) + set -x MANPATH /usr/share/man /usr/local/share/man $MANPATH +end +