Commit 8769e5f8 authored by Carlos Rodriguez's avatar Carlos Rodriguez
Browse files

Removed trailing spaces in Git files. Fixes #867

parent 9d92987b
...@@ -61,4 +61,4 @@ git_prompt_status() { ...@@ -61,4 +61,4 @@ git_prompt_status() {
STATUS="$ZSH_THEME_GIT_PROMPT_UNMERGED$STATUS" STATUS="$ZSH_THEME_GIT_PROMPT_UNMERGED$STATUS"
fi fi
echo $STATUS echo $STATUS
} }
\ No newline at end of file
...@@ -60,4 +60,4 @@ compdef ggpull=git ...@@ -60,4 +60,4 @@ compdef ggpull=git
alias ggpush='git push origin $(current_branch)' alias ggpush='git push origin $(current_branch)'
compdef ggpush=git compdef ggpush=git
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)' alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
compdef ggpnp=git compdef ggpnp=git
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment