feat: improve config for powerline, mcfly and (n)vim

This commit is contained in:
2022-05-21 02:41:24 +02:00
parent c58348a679
commit 2ecb4c53fa
5 changed files with 20 additions and 63 deletions

7
aliases.d/nvim Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# Vim Editor
if [ -x ~/AppImages/nvim.appimage ]
then
alias nvim='~/AppImages/nvim.appimage'
fi