dotfiles/roles/zsh/files/config/configs/general.zsh

6 lines
67 B
Bash

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