First commit
This commit is contained in:
commit
847c9e64c0
51 changed files with 4058 additions and 0 deletions
13
.config/kak/config/local_config.kak
Normal file
13
.config/kak/config/local_config.kak
Normal file
|
@ -0,0 +1,13 @@
|
|||
# local-config
|
||||
evaluate-commands %sh{
|
||||
cwd=$(pwd)
|
||||
while [ $cwd != "/" ]; do
|
||||
path="$cwd/.local.kak"
|
||||
if [ -f $path ]; then
|
||||
printf "%s\n" "source $path"
|
||||
break
|
||||
fi
|
||||
cd ..
|
||||
cwd=$(pwd)
|
||||
done
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue