Add cmake-build-debug to global gitignore & fix editshell completion
This commit is contained in:
parent
8c205d78cc
commit
23d2785f2d
|
@ -32,4 +32,5 @@
|
||||||
**/.gradle/
|
**/.gradle/
|
||||||
build/
|
build/
|
||||||
out/
|
out/
|
||||||
.kotlintest
|
.kotlintest/
|
||||||
|
cmake-build-debug/
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
alias bfg='java -jar ~/daten/dropbox/tools/bfg-1.13.0.jar'
|
alias bfg='java -jar ~/daten/dropbox/tools/bfg-1.13.0.jar'
|
||||||
alias gti=git
|
alias gti=git
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#compdef editshell
|
#compdef editshell
|
||||||
compadd $(ls -pA ~/shells | grep -v / )
|
compadd $(ls -pA $SHELL_CONFIG | grep -v / )
|
||||||
|
|
Loading…
Reference in New Issue