Compare commits
2 commits
3146ad0a54
...
44fe85d26b
Author | SHA1 | Date | |
---|---|---|---|
44fe85d26b | |||
8889d38f1d |
2 changed files with 2 additions and 1 deletions
|
@ -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:*/**"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue