diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2022-04-09 18:46:47 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2022-04-09 18:46:47 +0200 |
| commit | d78b602efc5b525f178b8e1b265b89f6dfda1580 (patch) | |
| tree | 8394707ee41c7ecbdf44d7e92ca47ae56a3b59b2 /config/zsh/.zshrc | |
| parent | f0ff92c55833a14de9d3fdcccdc29378768a9ba9 (diff) | |
| download | dotfiles-d78b602efc5b525f178b8e1b265b89f6dfda1580.tar.gz dotfiles-d78b602efc5b525f178b8e1b265b89f6dfda1580.tar.bz2 dotfiles-d78b602efc5b525f178b8e1b265b89f6dfda1580.zip | |
Better keyrepeat rate settings, added nvim live grep shortcut
Diffstat (limited to 'config/zsh/.zshrc')
| -rw-r--r-- | config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index 92c55c5..8ee4622 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -9,7 +9,7 @@ case $(tty) in /dev/tty[1-9]) # %~ path ('~' if $HOME) # %B/%b start/stop bold - # %B/%b start/stop color + # %F/%f start/stop color # shellcheck disable=SC2039,SC3003 NEWLINE=$'\n' export PROMPT="${NEWLINE}%B%F{blue}%~%f${NEWLINE}%F{red}> %f%b" |
