.zshrc (1860B)
1 # Lines configured by zsh-newuser-install 2 HISTFILE=~/.histfile 3 HISTSIZE=1000 4 SAVEHIST=1000 5 unsetopt beep 6 bindkey -v 7 # End of lines configured by zsh-newuser-install 8 # The following lines were added by compinstall 9 zstyle :compinstall filename '/home/william/.zshrc' 10 11 export EDITOR='nvim' 12 13 alias vim="nvim" 14 alias v="nvim" 15 alias update="doas emerge --sync && doas emerge --ask --verbose --update --newuse --deep @world" 16 alias z="startx" 17 alias ls="ls --color=auto" 18 alias la="ls -la" 19 alias l="ls -l" 20 alias m="mbsync -a && neomutt" 21 alias shuttle="sshuttle --dns --ns-hosts=10.77.77.77 -vNHr linear@wrpr.us -x wrpr.us:22 0/0" 22 23 #if [ "$TERM" = "linux" ]; then 24 # /bin/echo -e " 25 # \e]P02a273f 26 # \e]P1eb6f92 27 # \e]P2f6c177 28 # \e]P3ea9a97 29 # \e]P43e8fb0 30 # \e]P5c4a7e7 31 # \e]P69ccfd8 32 # \e]P7bbb4e4 33 # \e]P8393552 34 # \e]P9eb6f92 35 # \e]PAf6c177 36 # \e]PBea9a97 37 # \e]PC3e8fb0 38 # \e]PDc4a7e7 39 # \e]PE9ccfd8 40 # \e]PFd3cdf9 41 # " 42 # get rid of artifacts 43 # clear 44 #fi 45 46 #if [ "$TERM" = "linux" ]; then 47 # /bin/echo -e " 48 # \e]P02b2b2b 49 # \e]P1da4939 50 # \e]P2a5c261 51 # \e]P3ffc66d 52 # \e]P46d9cbe 53 # \e]P5b6b3eb 54 # \e]P6519f50 55 # \e]P7e6e1dc 56 # \e]P85a647e 57 # \e]P9da4939 58 # \e]PAa5c261 59 # \e]PBffc66d 60 # \e]PC6d9cbe 61 # \e]PDb6b3eb 62 # \e]PE519f50 63 # \e]PFf9f7f3 64 # " 65 # get rid of artifacts 66 # clear 67 #fi 68 69 if [ "$TERM" = "linux" ]; then 70 /bin/echo -e " 71 \e]P00c0d0e 72 \e]P1ff5555 73 \e]P231a354 74 \e]P3dca060 75 \e]P43182bd 76 \e]P5d23656 77 \e]P680b1d3 78 \e]P7b7b8b9 79 \e]P8737475 80 \e]P9ff5555 81 \e]PA31a354 82 \e]PBdca060 83 \e]PC3182bd 84 \e]PDd23656 85 \e]PE80b1d3 86 \e]PFfcfdfe 87 " 88 # get rid of artifacts 89 clear 90 fi 91 92 93 94 autoload -Uz compinit 95 #autoload -U colors 96 compinit 97 # End of lines added by compinstall 98 #THEME 99 #source ~/.config/.zsh/gentoo.zsh.theme 100 source ~/.config/.zsh/flazz.zsh.theme 101 source ~/.config/.zsh/zsh-syntax-highlight/zsh-syntax-highlighting.zsh 1>/dev/null 102