From 6f43fd28be2550b9d5ed8d34cd2d96c3ec85e5ba Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Mon, 15 Sep 2025 16:22:45 -0300 Subject: [PATCH] Install mjvim --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 533c7e1..c0413cb 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ args=$@ -targetDir=$HOME/.mjvim +targetDir=$HOME/.config/mjvim mkdir -p $targetDir flags="--verbose=1 -t ${targetDir}" @@ -13,6 +13,6 @@ fi stow $flags . # newest -# Create alias for starting nvim with custom config -echo "alias mjvim='NVIM_APPNAME=.mjvim nvim'" >> ~/.bashrc -echo "Alias 'mjvim' added to ~/.bashrc. Run 'source ~/.bashrc' or restart terminal to use." +# # Create alias for starting nvim with custom config +# echo "alias mjvim='NVIM_APPNAME=.mjvim nvim'" >> ~/.bashrc +# echo "Alias 'mjvim' added to ~/.bashrc. Run 'source ~/.bashrc' or restart terminal to use."