diff --git a/.bashrc b/.bashrc index 0a390f1..df4076c 100644 --- a/.bashrc +++ b/.bashrc @@ -56,7 +56,7 @@ n () rm -f "$NNN_TMPFILE" > /dev/null fi } -# bookmarks -export NNN_BMS='p:~/dev/Uni/;' -# use trashcan -export NNN_TRASH=1 +if [ -f ~/.nnn_bookmarks ] +then + source ~/.nnn_bookmarks +fi diff --git a/.nnn_bookmarks b/.nnn_bookmarks new file mode 100644 index 0000000..afc323f --- /dev/null +++ b/.nnn_bookmarks @@ -0,0 +1,7 @@ +#!/bin/bash + +# bookmarks +#export NNN_BMS='i:~/Uni/IntelligentSystems;s:~/Uni/SoftwareEngineeringPractice' +export NNN_BMS='i:~/Uni/IntelligentSystems;s:~/Uni/SoftwareEngineeringPractice' +# use trashcan +export NNN_TRASH=1