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