Re-organise to use a bare repo, e.g. https://www.atlassian.com/git/tutorials/dotfiles.
5 lines
67 B
Bash
5 lines
67 B
Bash
precmd() {
|
|
# Add a blank line before each command.
|
|
print ''
|
|
}
|
|
|