-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zshrc
43 lines (31 loc) · 753 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
32
33
34
35
36
37
38
39
40
41
42
43
############################
## ForumPlayer's zsh mods ##
############################
HISTFILE=~/.histfile
HIST_STAMPS="dd/mm/yyyy"
HISTSIZE=1000000000
SAVEHIST=1000000000
setopt autocd
setopt promptsubst
unsetopt beep
bindkey -e
#PS1=$'${(r:$COLUMNS::_:)}'$PS1
precmd() {
for i in {1..$COLUMNS}; echo -n '_'
echo -ne "\n"
# drawline="${drawline}$i"
# echo $drawline
# PS1="${drawline}
#$PS1"
}
###--- KEYRING ---###
if [ -n "$DESKTOP_SESSION" ];then
eval $(gnome-keyring-daemon --start)
#export SSH_AUTH_SOCK
fi
unset SSH_AUTH_SOCK
#if [[ "$(tty)" == "/dev/tty1" ]]; then exec startx; fi
############################
############################
plugins=(fancy-ctrl-z catimg colorize emoji)
##source ~/.zsh/oh-my.zshrc