summaryrefslogtreecommitdiff
path: root/src/git-run
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-11-09 19:08:27 +0100
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-11-09 20:06:28 +0100
commit1dccdb20f97c82580e89f0aa3786d9480a307141 (patch)
treefe8c7bf7125d56dc1a18b25ef02439df5c158c3e /src/git-run
parent4700400f9e43b04ff3c6f5a9c74e8dfc20f82816 (diff)
Replaced dirname command with shorter version
Diffstat (limited to 'src/git-run')
-rwxr-xr-xsrc/git-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git-run b/src/git-run
index 0390e58..46d5ce2 100755
--- a/src/git-run
+++ b/src/git-run
@@ -1,7 +1,7 @@
#!/usr/bin/env fish
# load environment
-source (dirname (status --current-filename))/env
+source (status dirname)/env
set -l gitCommand
set -l repoDir