Compare commits

...

2 commits

Author SHA1 Message Date
44fe85d26b fish alias for git status 2025-03-23 14:18:30 +01:00
8889d38f1d alias for status 2025-03-23 14:17:35 +01:00
2 changed files with 2 additions and 1 deletions
.gitconfig
dotconfig/fish

View file

@ -14,6 +14,7 @@
pfusch = push --force-with-lease
lclone = clone --filter=blob:none
addp = add --patch
s = status
[init]
defaultBranch = main
[includeIf "hasconfig:remote.*.url:https://github.com:*/**"]

View file

@ -1,5 +1,5 @@
if status is-interactive
# Commands to run in interactive sessions can go here
bind alt-g '__fish_echo git status'
end
function fish_greeting