icyphox / nicy

:snowflake: a nice and icy zsh and bash prompt in Nim
https://icyphox.github.io/nicy/
MIT License
180 stars 8 forks source link

improve the tilde function #5

Closed MisterBianco closed 5 years ago

MisterBianco commented 5 years ago

Reduced several function calls, made the execution time a bit faster. Could also inline the function to squeeze even more out of it...

Another thing is one could make the home dir a const... my reasoning being that it is unlikely the user would change their home dir and if they did they could easily do a recompile...

MisterBianco commented 5 years ago

I personally did some tests but I will double check just to be sure.

MisterBianco commented 5 years ago

Ready to be merged :)