Skip to content

Commit

Permalink
Merge pull request #360 from iAGorynT/iAGorynT-Code-Snippet-Changes
Browse files Browse the repository at this point in the history
Update Versions.sh
  • Loading branch information
iAGorynT authored Aug 31, 2024
2 parents d31c58c + 5525fee commit 00640d2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ShellScripts/Versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,19 @@ echo
echo "jq JSON processor: $(jq -V)"

# macVim
echo
echo "MacVim:"
mver=$(mvim --version | grep -e 'VIM - Vi IMproved' -e 'Included patches')
echo "macVim Version: $mver"
echo "Version: $mver"
echo "Autoload..."
ls -1 ~/.vim/autoload
echo "Plugins..."
ls -1 ~/.vim/plugged
echo "Colors..."
ls -1 ~/.vim/colors

# Mosh
echo
mosh --version | grep -e 'mosh '

# SSH
Expand Down

0 comments on commit 00640d2

Please sign in to comment.