Are you ready for <F2> or :FT in vim?

This commit is contained in:
gbaconni
2021-10-28 16:32:16 +02:00
parent e062e729d1
commit b4f0e9605c
3 changed files with 79 additions and 24 deletions

View File

@@ -5,12 +5,7 @@
if [ ! -z "$USER" ]
then
echo 'export USER=`/usr/bin/whoami`' >> ~/.zshrc
fi
if [ ! -z "$GROUP" ]
then
echo 'export GROUP=`/usr/bin/id -gn ${USER}`' >> ~/.zshrc
echo 'export USER=`whoami`' >> ~/.zshrc
fi
if [ ! -z "$MAIL" ]