From fd23bddae7d00ca5262e0514b5f86fff5fdd0729 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Thu, 25 Jan 2024 02:37:04 -0500 Subject: [PATCH] n is nnn --- bin/doorsupdate | 4 +++- n => bin/n | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename n => bin/n (100%) diff --git a/bin/doorsupdate b/bin/doorsupdate index 592c8a6..5936c80 100755 --- a/bin/doorsupdate +++ b/bin/doorsupdate @@ -1,5 +1,7 @@ #!/bin/bash # Simple update doors - cd "$HOME"/.doors && git pull && ./scripts/copy_and_link + +echo "Updating nnn plugins..." +sh -c "$(curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs)" diff --git a/n b/bin/n similarity index 100% rename from n rename to bin/n