fish: functions: Drop nvim_profile

Since the recent TUI changes this does not work as intended.
This commit is contained in:
Sanchayan Maity 2023-02-03 10:08:54 +05:30
parent 29acf2aa76
commit 080ba2c237
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
function nvim_profile
if test -e /tmp/nvim_profile.profile
rm /tmp/nvim_profile.profile
end
nvim --startuptime /tmp/nvim_profile.profile +q
tail -1 /tmp/nvim_profile.profile | awk '{print $1}'
end