You are not logged in.
Hi,
i have problem with git completion. When i try to complete git commands
^[[1;33m^[[K c^[[m^[[Kommit f^[[m^[[Kmt-merge-msg rebase
a^[[m^[[Kdd c^[[m^[[Kommit-tree f^[[m^[[Kor-each-ref reflog
a^[[m^[[Km c^[[m^[[Konfig f^[[m^[[Kormat-patch relink
a^[[m^[[Knnotate c^[[m^[[Kount-objects f^[[m^[[Ksck remote
a^[[m^[[Kpply c^[[m^[[Kredential-cache f^[[m^[[Ksck-objects repack
a^[[m^[[Krchimport c^[[m^[[Kredential-store get-tar-commit-id replace
a^[[m^[[Krchive c^[[m^[[Kvsexportcommit g^[[m^[[Kc request-pull
b^[[m^[[Kisect c^[[m^[[Kvsimport grep reset
b^[[m^[[Klame c^[[m^[[Kvsserver gui revert
b^[[m^[[Kranch d^[[m^[[Kaemon help rm
b^[[m^[[Kundle d^[[m^[[Kescribe imap-send send-email
c^[[m^[[Kat-file d^[[m^[[Kiff init shortlog
c^[[m^[[Kheck-attr d^[[m^[[Kiff-files instaweb show
c^[[m^[[Kheckout d^[[m^[[Kiff-index log show-branch
c^[[m^[[Kheckout-index d^[[m^[[Kifftool merge stage
c^[[m^[[Kheck-ref-format d^[[m^[[Kiff-tree mergetool stash
c^[[m^[[Kherry f^[[m^[[Kast-export mv status
c^[[m^[[Kherry-pick f^[[m^[[Kast-import name-rev submodule
c^[[m^[[Kitool f^[[m^[[Ketch notes svn
c^[[m^[[Klean f^[[m^[[Ketch-pack pull tag
c^[[m^[[Klone f^[[m^[[Kilter-branch push whatchanged
all of the commands starting with *^[[m^[[K* are completed literally with all the characters ^[[... for the rest of the commands completion works fine. Any ideas?
Last edited by tlamer (2012-05-13 13:41:49)
:wq
Offline
Very strange. What shell are you using? What is your PS1?
Offline
im using bash..
here is my whole bashrc https://bitbucket.org/tlamer/conf/src/1 … a69/bashrc
:wq
Offline
I went through my .bashrc and find the problematic line:
alias egrep='egrep --color=always'
now it's everything fine
:wq
Offline