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