Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #22 from cmaspi/dev
Browse files Browse the repository at this point in the history
Fixed installation path bug
  • Loading branch information
cmaspi authored Feb 19, 2022
2 parents 6caa8e1 + 7637bde commit 46147b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/fish
set -x dir (pwd)
set -x dir (cd (dirname (status --current-filename)); and pwd)
set -x loc "$HOME/.local/lib/tasks"
# moving directory to ~/.local/lib/
mv $dir $loc
Expand Down

0 comments on commit 46147b1

Please sign in to comment.