tmux
[dotfiles.git] / .config / zsh / .zshrc
1 #             _
2 #     _______| |__  _ __ ___
3 #    |_  / __| '_ \| '__/ __|
4 #   _ / /\__ \ | | | | | (__
5 #  (_)___|___/_| |_|_|  \___|
6 #
7
8 autoload -U colors && colors
9
10 PS1=" %B%{$fg[yellow]%}𝓩_%{$fg[white]%} %1~ %{$fg[yellow]%}>>>%{$reset_color%}%b "
11
12 ## tab completion grid
13 autoload -U compinit
14 zstyle ':completion:*' menu select
15 zmodload zsh/complist
16 compinit
17 _comp_options+=(globdots)
18
19 ## Enable history
20 HISTSIZE=10000
21 SAVEHIST=10000
22 HISTFILE=~/.config/zsh/.zsh_history
23
24 ## Vi mode
25 bindkey -v
26 export KEYTIMEOUT=1
27
28 source ~/.config/shell/commonrc
29
30 ufetch-arch
31
32 # Syntax highlight
33 # source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh