diff --git a/dl b/dl index 7c7eb03..5e4164a 100755 --- a/dl +++ b/dl @@ -1,6 +1,6 @@ #!/bin/env fish -set DIR (cd (dirname (status -f)); and pwd) +set DIR (dirname (status -f)) if ! type -q curl echo "curl is required to run this script"