Add cmake-build-debug to global gitignore & fix editshell completion

This commit is contained in:
xerus 2020-04-01 21:36:48 +02:00
parent 8c205d78cc
commit 23d2785f2d
3 changed files with 3 additions and 3 deletions

View File

@ -32,4 +32,5 @@
**/.gradle/ **/.gradle/
build/ build/
out/ out/
.kotlintest .kotlintest/
cmake-build-debug/

View File

@ -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

View File

@ -1,2 +1,2 @@
#compdef editshell #compdef editshell
compadd $(ls -pA ~/shells | grep -v / ) compadd $(ls -pA $SHELL_CONFIG | grep -v / )