minor fixes
This commit is contained in:
@@ -26,6 +26,13 @@ function y
|
||||
builtin cd -- "$cwd"
|
||||
end
|
||||
end
|
||||
function g
|
||||
if git rev-parse --git-dir >/dev/null 2>&1
|
||||
gitui
|
||||
else
|
||||
echo "Not inside a Git repository."
|
||||
end
|
||||
end
|
||||
function editor
|
||||
set pos (cat ~/dotfiles/.pos)
|
||||
y $pos
|
||||
|
||||
Reference in New Issue
Block a user