Lambda is now handled by clink

This commit is contained in:
Samuel Vasko
2013-12-07 21:04:38 +01:00
parent 8e0312aec4
commit fa179f6528
2 changed files with 8 additions and 10 deletions

5
config/prompt.lua Normal file
View File

@ -0,0 +1,5 @@
function lambda_prompt_filter()
clink.prompt.value = string.gsub(clink.prompt.value, "{lamb}", "λ")
end
clink.prompt.register_filter(lambda_prompt_filter, 60)