all repos — dotfiles @ 8008c6f19501919c870fecefea0bda7d5719da7b

my *nix dotfiles

marks: Use -> instead of →
Anirudh Oppiliappan x@icyphox.sh
Mon, 07 Sep 2020 10:28:42 +0530
commit

8008c6f19501919c870fecefea0bda7d5719da7b

parent

dd9f656317be3c3b1181a80d4cf6638666fac3af

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config/fish/functions/marks.fishconfig/fish/functions/marks.fish

@@ -11,7 +11,7 @@ end

function marks for f in $MARKPATH/* - printf '%s → %s\n' (basename $f) (readlink $f) + printf '%s -> %s\n' (basename $f) (readlink $f) end end