A couple tiny tweaks.

This commit is contained in:
Jeff Geerling
2021-05-25 21:13:20 -05:00
parent 82dbdbc7a6
commit 40e4290910
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -28,3 +28,5 @@
d = diff
dc = diff --cached
l = log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit
[pull]
rebase = true
+1 -1
View File
@@ -13,7 +13,7 @@ export CLICOLOR_FORCE=1
unsetopt nomatch
# Nicer prompt.
export PS1=$'\n'"%F{green} %*%F %3~ %F{white}$ "
export PS1=$'\n'"%F{green} %*%F %3~ %F{white}"$'\n'"$ "
# Enable plugins.
plugins=(git brew history kubectl history-substring-search)