dotfiles/.zsh/configs/general.zsh
2021-06-10 12:18:43 +01:00

6 lines
67 B
Bash

precmd() {
# Add a blank line before each command.
print ''
}