-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zshrc
40 lines (31 loc) · 1.04 KB
/
.zshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
## IMPORTS -> EXPORT, ALIAS
source ~/ZGMF-X20A/zsh/alias
source ~/ZGMF-X20A/zsh/export
## DEFAULT ZSH STUFF
#=============================
ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
DISABLE_UNTRACKED_FILES_DIRTY="true"
HIST_STAMPS="yyyy/mm/dd"c
SAVEHIST=2000 # Save most-recent 1000 lines
HISTFILE=~/.zsh_history
# EVALS
#eval "$(zoxide init zsh --hook pwd)"
#eval "$(starship init zsh)"
source ~/ZGMF-X20A/zsh/zinit_plugs
# opam configuration
#[[ ! -r /home/nibe/.opam/opam-init/init.zsh ]] || source /home/nibe/.opam/opam-init/init.zsh > /dev/null 2> /dev/null
autoload -Uz compinit
compinit -i
eval "$(zoxide init zsh )"
# Check that the function `starship_zle-keymap-select()` is defined.
# xref: https://github.com/starship/starship/issues/3418
type starship_zle-keymap-select >/dev/null || \
{
echo "Load starship"
eval "$(/usr/local/bin/starship init zsh)"
}
# eval "$(starship init zsh)"
export PATH="/usr/local/opt/llvm/bin:$PATH"
# Created by `pipx` on 2024-06-22 12:43:51
export PATH="$PATH:/Users/ni-be/.local/bin"