This commit is contained in:
Edi Mejia 2017-11-16 18:29:45 -05:00
commit 2631b80c40
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View file

@ -1,7 +1,4 @@
# custom files # custom files
custom/
!custom/plugins/example
!custom/example.zsh
# temp files directories # temp files directories
cache/ cache/

View file

@ -0,0 +1,4 @@
source /home/emejia/utec/ide/zsh-git-prompt/zshrc.sh
GIT_PROMPT_EXECUTABLE="haskell"
# Set the prompt.
RPROMPT='$(git_super_status)'