Skip to content

Instantly share code, notes, and snippets.

@keith
Created September 30, 2015 02:39
Show Gist options
  • Save keith/4aa178ae15006f0c4daa to your computer and use it in GitHub Desktop.
Save keith/4aa178ae15006f0c4daa to your computer and use it in GitHub Desktop.
vim profiling helper executable
#!/bin/sh
exec vim --startuptime ~/.cache/vim/"$(date -j -f "%a %b %d %T %Z %Y" "$(date)" "+%s")".log "$@"
@supermarin
Copy link

I always have a slow start 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment