mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
migit
This commit is contained in:
parent
e273cf004e
commit
2631b80c40
2 changed files with 4 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,7 +1,4 @@
|
||||||
# custom files
|
# custom files
|
||||||
custom/
|
|
||||||
!custom/plugins/example
|
|
||||||
!custom/example.zsh
|
|
||||||
|
|
||||||
# temp files directories
|
# temp files directories
|
||||||
cache/
|
cache/
|
||||||
|
|
|
||||||
4
custom/plugins/migit/migit.plugin.zsh
Normal file
4
custom/plugins/migit/migit.plugin.zsh
Normal 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)'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue