Compare commits

...

2 Commits

Author SHA1 Message Date
Gabriel Augendre a0a14facd6 Add git diffs alias 2023-03-20 15:23:19 +01:00
Gabriel Augendre 0300cc80d2 Add homebrew curl to path 2023-03-20 15:23:09 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
fish_add_path /opt/homebrew/bin $HOME/.local/bin $HOME/.cargo/bin $HOME/.krew/bin
fish_add_path /opt/homebrew/opt/curl/bin /opt/homebrew/bin $HOME/.local/bin $HOME/.cargo/bin $HOME/.krew/bin $HOME/go/bin
{{- if eq .chezmoi.os "linux" }}
fish_add_path /home/linuxbrew/.linuxbrew/bin $HOME/.local/share/JetBrains/Toolbox/scripts
eval "$(brew shellenv)"

View File

@ -46,6 +46,7 @@
tagam = ! "f() { git tag -a $1 -m \"$1\"; }; f"
pushtag = push --follow-tags
pushnoci = push -o ci.skip
diffs = diff --staged
[core]
editor = vim
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes