diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-09-03 23:19:50 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-09-03 23:19:50 -0400 |
| commit | 2df30d446380659d39e81ad3bcbb1411b8d49a41 (patch) | |
| tree | e9ee8ef062158e943eb1b307020eb490effe8e7d /.zshrc | |
| parent | 9b91697b98b15c360d590d0e736c781957859ca1 (diff) | |
simplify macs config
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,3 +46,5 @@ zle -N zle-line-init echo -ne '\e[5 q' # Use beam shape cursor on startup. preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt. KEYTIMEOUT=1 # remove lag + +. "$HOME/.local/bin/env" |
