8 lines
220 B
Bash
8 lines
220 B
Bash
#!/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
|