Compare commits
2 commits
616cdc0e81
...
e94c249d29
Author | SHA1 | Date | |
---|---|---|---|
e94c249d29 | |||
ef580bbae2 |
2 changed files with 5 additions and 2 deletions
3
main
3
main
|
@ -176,6 +176,9 @@ alias la="ls -la"
|
|||
# Enable emacs keybindings
|
||||
bindkey -e
|
||||
#
|
||||
# Support for the delete key
|
||||
bindkey "^[[3~" delete-char
|
||||
#
|
||||
# The file the History is written to
|
||||
HISTFILE=~/.zsh_history
|
||||
#
|
||||
|
|
|
@ -250,8 +250,8 @@ bar {
|
|||
|
||||
colors {
|
||||
statusline #ffffff
|
||||
background #323232
|
||||
#inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
background #32323288
|
||||
inactive_workspace #32323288 #32323288 #ffffff
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue