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