Tidy vim plugins

This commit is contained in:
Andrejus
2020-11-08 21:23:07 +00:00
parent ae81a6be21
commit 75b5a04b97
10 changed files with 357 additions and 219 deletions

View File

@@ -26,7 +26,7 @@ if not_installed "fishlogin"; then
mkdir -p ~/bin
target="$HOME/bin/fishlogin"
tee -a $target << END
#!/bin/bash -l
#!/bin/bash
exec -l fish "\$@"
END
sudo chmod +x $target