From e235c31c292bc78e430c3b0d4d6cbaab9be5c435 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 20 Nov 2022 14:56:37 +0100 Subject: Add nolink alias to .bashrc This converts the current working directory to a version with fully resolved symlinks. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 058be86..b1740d0 100644 --- a/.bashrc +++ b/.bashrc @@ -38,6 +38,7 @@ fi function my_xdg_open() { nohup xdg-open "$1" > /dev/null 2>&1 & } alias open=my_xdg_open alias note='"${EDITOR}" "$(mktemp)"' +alias nolink='cd $(pwd -P)' # extend PATH by custom scripts (location based on XDG) -- cgit v1.2.3-70-g09d2