-
Notifications
You must be signed in to change notification settings - Fork 4
/
.zshrc
31 lines (25 loc) · 886 Bytes
/
.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
# XDG Base Directories
source $HOME/.dotfiles/.xdg.dirs
# Features
source $HOME/.dotfiles/features/aws/config
source $HOME/.dotfiles/features/brew/config
source $HOME/.dotfiles/features/git/aliases
source $HOME/.dotfiles/features/npm/config
source $HOME/.dotfiles/features/oh-my-zsh/config
source $HOME/.dotfiles/features/shell/alias
source $HOME/.dotfiles/features/shell/config
source $HOME/.dotfiles/features/skotty/config
source $HOME/.dotfiles/features/vim/alias
source $HOME/.dotfiles/features/vim/config
source $HOME/.dotfiles/features/yandex-cloud/config
source $HOME/.dotfiles/features/yq/completion
source $HOME/.dotfiles/features/zsh-history/config
source $HOME/.dotfiles/features/zsh-macos-sessions/config
########################
# For zsh
unsetopt beep
bindkey -v
# TODO: XDG Dirs
zstyle :compinstall filename '/home/miripiruni/.zshrc'
autoload -Uz compinit
compinit