Skip to content

Commit a99f8e0

Browse files
committed
upd
1 parent 4532e1d commit a99f8e0

File tree

1 file changed

+41
-43
lines changed

1 file changed

+41
-43
lines changed

.zshrc

Lines changed: 41 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,47 @@
1-
# github.com/tagirov/cfg
2-
#--------------------------------------------------------------
1+
# github.com/tagirov/cfg
2+
#------------------------------------------------------------------
33

4-
autoload -U compinit
5-
compinit
6-
zstyle ':completion:*' menu select
7-
setopt completealiases
8-
autoload -U compinit && compinit
9-
setopt HIST_IGNORE_DUPS
10-
ttyctl -f
11-
zstyle ':completion:*' rehash true
12-
setopt appendhistory hist_ignore_space menucomplete
4+
autoload -U compinit && compinit
5+
zstyle ':completion:*' menu select
6+
zstyle ':completion:*' rehash true
7+
setopt completealiases
8+
setopt HIST_IGNORE_DUPS
9+
ttyctl -f
10+
setopt appendhistory hist_ignore_space menucomplete
1311

14-
AUTOSUGGESTION_HIGHLIGHT_COLOR='fg=3'
15-
DISABLE_AUTO_UPDATE='true'
16-
HISTFILE=~/.zsh_history
17-
HISTSIZE=10000
18-
SAVEHIST=10000
19-
ZSH_THEME='af-magic'
12+
#----------------------------- vars -------------------------------
13+
export \
14+
\
15+
AUTOSUGGESTION_HIGHLIGHT_COLOR=fg=3 \
16+
DISABLE_AUTO_UPDATE=true \
17+
HISTFILE=~/.zsh_history \
18+
HISTSIZE=10000 \
19+
SAVEHIST=10000 \
20+
ZSH_THEME=af-magic \
21+
\
22+
EDITOR=kak \
23+
VISUAL=kak \
24+
BROWSER=firefox \
25+
\
26+
FFF_KEY_CHILD1=o \
27+
FFF_KEY_PARENT1=n \
28+
FFF_KEY_SCROLL_DOWN1=e \
29+
FFF_KEY_SCROLL_UP1=i \
30+
FFF_KEY_REFRESH=j \
31+
FFF_KEY_MKDIR=h \
32+
\
33+
FFF_FAV1=~ \
34+
\
35+
XDG_DATA_HOME=~/.config \
36+
XDG_DATA_DIRS=~/.config \
37+
XDG_DESKTOP_DIR=~ \
38+
XDG_DOWNLOAD_DIR=~/dwn \
39+
\
40+
PATH=$PATH:$HOME/.cargo/bin:$HOME/bins:$HOME/.deno/bin \
41+
MANPAGER="sh-c'col-bx|bat-lman-p'"
42+
43+
#----------------------------------------------------------------
2044

2145
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
2246
source /home/alex/.oh-my-zsh/oh-my-zsh.sh
2347
source /home/alex/.aliases
24-
25-
#--------------------------- var ------------------------------
26-
27-
EDITOR=kak
28-
VISUAL=kak
29-
BROWSER=firefox
30-
31-
FFF_KEY_CHILD1=o
32-
FFF_KEY_PARENT1=n
33-
FFF_KEY_SCROLL_DOWN1=e
34-
FFF_KEY_SCROLL_UP1=i
35-
FFF_KEY_REFRESH=j
36-
FFF_KEY_MKDIR=h
37-
38-
FFF_FAV1=/home/alex/
39-
40-
XDG_DATA_HOME=~/.config
41-
XDG_DATA_DIRS=~/.config
42-
XDG_DESKTOP_DIR=~/
43-
XDG_DOWNLOAD_DIR=~/down
44-
45-
PATH=$PATH:$HOME/.cargo/bin:$HOME/bins:$HOME/.deno/bin
46-
MANPAGER="sh -c 'col -bx | bat -l man -p'"
47-
#SSH_KEY_PATH='~/.ssh/rsa_id'
48-
49-
#--------------------------------------------------------------

0 commit comments

Comments
 (0)