-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.__zsh__.
More file actions
executable file
·22 lines (17 loc) · 1.03 KB
/
.__zsh__.
File metadata and controls
executable file
·22 lines (17 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/env zsh
source "$HOME/.__neutral__."
[[ -f "$(which pyenv)" ]] && eval "$(pyenv init - zsh)"
[[ -f "$(which pyenv)" ]] && eval "$(pyenv virtualenv-init -)"
[[ -d "$HOME/.oh-my-zsh" ]] && export ZSH="$HOME/.oh-my-zsh"
[[ -d "$ZSH/custom" ]] && export ZSH_CUSTOM="$ZSH/custom"
[[ -d "${XDG_CACHE_HOME}/oh-my-zsh" ]] && export ZSH_CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/oh-my-zsh"
[[ -d "$ZSH_CACHE_DIR/.zcompdump" ]] && export ZSH_COMPDUMP="$ZSH_CACHE_DIR/.zcompdump"
[[ -f "$ZSH/oh-my-zsh.sh" ]] && source "$ZSH/oh-my-zsh.sh"
[[ ! -r '/home/jimmy/.opam/opam-init/init.zsh' ]] || source '/home/jimmy/.opam/opam-init/init.zsh' > /dev/null 2> /dev/null
export ZSH_THEME="half-life"
export ZSH_DISABLE_COMPFIX="false"
zstyle ":omz:update" mode auto
zstyle ":omz:update" frequency 1
plugins=(git colored-man-pages command-not-found cp dotnet extract gh git-extras github gitignore git-lfs git-prompt pip pipenv python ssh-agent systemd systemadmin vscode tailscale)
autoload -U compinit && compinit
autoload -U bashcompinit && bashcompinit