1
0
Fork 0

Fix sway and ZSH history
continuous-integration/drone/push Build is failing Details

main
Ambrose Chua 2018-12-10 16:03:35 +08:00
parent 759757c650
commit 4cb4ec5482
2 changed files with 6 additions and 5 deletions

View File

@ -203,10 +203,10 @@ bar {
#
# Colors:
#
client.focused #202020 #202020 #999999 #cb4b16
client.focused_inactive #202020 #202020 #999999 #cb4b1699
client.unfocused #202020dd #202020dd #999999 #cb4b1699
client.urgent #202020 #dc322f #fdf6e3 #cb4b16aa99
client.focused #202020 #202020 #999999 #cb4b16 #00000000
client.focused_inactive #202020 #202020 #999999 #cb4b1699 #00000000
client.unfocused #202020dd #202020dd #999999 #cb4b1699 #00000000
client.urgent #202020 #dc322f #fdf6e3 #cb4b1699 #00000000
#
# Fonts:

3
.zshrc
View File

@ -3,7 +3,8 @@
#export TERM=xterm-256color
# zsh settings
export SAVEHIST=10000
export HISTSIZE=10000
export SAVEHIST=100000
export HISTFILE=$HOME/.zsh_history
setopt append_history
setopt extended_history