ocaml
This commit is contained in:
parent
4a4afc925d
commit
874ddd2dca
1 changed files with 9 additions and 0 deletions
|
|
@ -68,3 +68,12 @@ set -x AGDA_DIR $HOME/.config/agda
|
||||||
set -x PACK_DIR $HOME/.local/share/pack
|
set -x PACK_DIR $HOME/.local/share/pack
|
||||||
set -x MIZFILES $HOME/.local/share/mizar
|
set -x MIZFILES $HOME/.local/share/mizar
|
||||||
set -x RLWRAP_HOME $XDG_DATA_HOME/rlwrap
|
set -x RLWRAP_HOME $XDG_DATA_HOME/rlwrap
|
||||||
|
|
||||||
|
|
||||||
|
# BEGIN opam configuration
|
||||||
|
# This is useful if you're using opam as it adds:
|
||||||
|
# - the correct directories to the PATH
|
||||||
|
# - auto-completion for the opam binary
|
||||||
|
# This section can be safely removed at any time if needed.
|
||||||
|
test -r '/home/wball/.opam/opam-init/init.fish' && source '/home/wball/.opam/opam-init/init.fish' > /dev/null 2> /dev/null; or true
|
||||||
|
# END opam configuration
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue