diff options
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ then fi function my_xdg_open() { nohup xdg-open "$1" > /dev/null 2>&1 & } alias open=my_xdg_open +alias note='"${EDITOR}" "$(mktemp)"' # extend PATH by custom scripts (location based on XDG) |