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

6 lines
67 B
Bash
Raw Normal View History

2020-01-21 12:16:52 +00:00
precmd() {
# Add a blank line before each command.
print ''
}