diff options
Diffstat (limited to 'link-user')
-rwxr-xr-x | link-user | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/env bash # Symlinks the files in user/ into my XDG_CONFIG_HOME. -XDG_CONFIG_HOME=$HOME/.config +set -u cd $(dirname "$0") # change to the directory of the script cd user |