mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
ref: fish
This commit is contained in:
parent
9de8620910
commit
02123f2554
2 changed files with 8 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue