diff --git a/bin/aliases b/bin/aliases index 07b97f4..b754c14 100755 --- a/bin/aliases +++ b/bin/aliases @@ -34,7 +34,7 @@ a kittab 'kitty @ launch --type=tab --cwd $PWD' a imgsum 'printf "$argv: " && identify -format "%#\n"' a l ls a la 'l -A' -a launcher 'rofi -combi-modi "drun,run" -show combi -modi "combi,window"' +a launcher 'rofi -combi-modi drun,run,window -modi combi -show' a listen 'pactl list | grep loop && set t un; pactl "$t"load-module module-loopback' a nix 'replay . ~/.nix-profile/etc/profile.d/nix.sh; command nix' a nsp 'netsurf (pandoc $argv -s -t html | psub -s .html);:' diff --git a/git/config b/git/config index 0ba45d9..a71b5eb 100644 --- a/git/config +++ b/git/config @@ -29,6 +29,9 @@ insteadOf = "h:" [url "https://github.com/Phantop/"] insteadOf = "p:" +[url "https://july.fly.dev/july/"] + insteadOf = "july:" + insteadOf = "j:" [url "https://gitlab.com/"] insteadOf = "gitlab:" insteadOf = "lab:" @@ -64,10 +67,10 @@ [init] defaultBranch = main [diff] - tool = difftastic + tool = difftastic [difftool] - prompt = false + prompt = false [difftool "difftastic"] - cmd = difft "$LOCAL" "$REMOTE" + cmd = difft "$LOCAL" "$REMOTE" [pager] - difftool = true + difftool = true