A couple tiny tweaks.
This commit is contained in:
@@ -28,3 +28,5 @@
|
|||||||
d = diff
|
d = diff
|
||||||
dc = diff --cached
|
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
|
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
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ export CLICOLOR_FORCE=1
|
|||||||
unsetopt nomatch
|
unsetopt nomatch
|
||||||
|
|
||||||
# Nicer prompt.
|
# Nicer prompt.
|
||||||
export PS1=$'\n'"%F{green} %*%F %3~ %F{white}$ "
|
export PS1=$'\n'"%F{green} %*%F %3~ %F{white}"$'\n'"$ "
|
||||||
|
|
||||||
# Enable plugins.
|
# Enable plugins.
|
||||||
plugins=(git brew history kubectl history-substring-search)
|
plugins=(git brew history kubectl history-substring-search)
|
||||||
|
|||||||
Reference in New Issue
Block a user