ref: fish

This commit is contained in:
Léana 江 2023-12-02 19:47:46 +01:00 committed by Léana 江
parent 9de8620910
commit 02123f2554
2 changed files with 8 additions and 8 deletions

View file

@ -1,3 +1,10 @@
# repo paths
set REPOS_PATH ~/repos
set UNIV_REPOS_PATH ~/univ-repos
set PLAYGROUND_PATH ~/playground
set CODEWARS_PATH ~/codewars
set ZEROJUDGE_PATH ~/zerojudge
if status is-interactive
set -x EDITOR nvim # Default editor
@ -9,13 +16,6 @@ if status is-interactive
set -x GOPATH ~/.go # gopath
set -x ANSIBLE_CONFIG ~/.ansible.cfg # Ansible path
# repo paths
set REPOS_PATH ~/repos
set UNIV_REPOS_PATH ~/univ-repos
set PLAYGROUND_PATH ~/playground
set CODEWARS_PATH ~/codewars
set ZEROJUDGE_PATH ~/zerojudge
# OCaml opam environment
if command -q opam
eval (opam env)