Moved nnn related bookmarks to .nnn_bookmarks.

This commit is contained in:
sheldonmlee 2021-02-18 18:25:21 +08:00
parent 801e006566
commit e62c6d1a08
2 changed files with 11 additions and 4 deletions

View File

@ -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

7
.nnn_bookmarks Normal file
View File

@ -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