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