supercrabtree / k

k is the new l, yo
1.78k stars 123 forks source link

Fix $base_dir leak #70

Closed el1t closed 8 years ago

el1t commented 8 years ago

Issue

$base_dir is set after running k.

k $PWD
echo $base_dir
cd ~base_dir

Changes

typeset the variable to keep it scoped

supercrabtree commented 8 years ago

Good spot, thank you very much 👍