snapshot 2022-11-20
This commit is contained in:
parent
2e3074ad95
commit
7538dfd756
2999
.bash_rc.d/99.jj.completions.bash
Normal file
2999
.bash_rc.d/99.jj.completions.bash
Normal file
File diff suppressed because it is too large
Load Diff
16
.zshrc
16
.zshrc
@ -3,3 +3,19 @@ export EDITOR="nvim"
|
|||||||
|
|
||||||
PS1="%F{green}[%T] %F{cyan}(%n@%m) %F{lightgrey}(%y)
|
PS1="%F{green}[%T] %F{cyan}(%n@%m) %F{lightgrey}(%y)
|
||||||
%F{white}%(!.%F{red}>>.$>) "
|
%F{white}%(!.%F{red}>>.$>) "
|
||||||
|
|
||||||
|
# >>> conda initialize >>>
|
||||||
|
# !! Contents within this block are managed by 'conda init' !!
|
||||||
|
__conda_setup="$('/Users/zaphar/opt/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
|
||||||
|
if [ $? -eq 0 ]; then
|
||||||
|
eval "$__conda_setup"
|
||||||
|
else
|
||||||
|
if [ -f "/Users/zaphar/opt/miniconda3/etc/profile.d/conda.sh" ]; then
|
||||||
|
. "/Users/zaphar/opt/miniconda3/etc/profile.d/conda.sh"
|
||||||
|
else
|
||||||
|
export PATH="/Users/zaphar/opt/miniconda3/bin:$PATH"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
unset __conda_setup
|
||||||
|
# <<< conda initialize <<<
|
||||||
|
|
||||||
|
@ -55,10 +55,12 @@
|
|||||||
coc-json
|
coc-json
|
||||||
vim-toml
|
vim-toml
|
||||||
hoon-vim
|
hoon-vim
|
||||||
|
rnix-lsp
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
zsh.enable = true; # default shell on catalina
|
zsh.enable = true; # default shell on catalina
|
||||||
|
zsh.interactiveShellInit = (builtins.readFile ../../.zshrc);
|
||||||
};
|
};
|
||||||
|
|
||||||
# List packages installed in system profile. To search by name, run:
|
# List packages installed in system profile. To search by name, run:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user