fix(zsh): add Zig to the ‹$PATH›
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
f49b40428c
commit
f40dd9b38b
1 changed files with 3 additions and 0 deletions
|
@ -201,6 +201,9 @@ function sprunge_paste() {
|
||||||
cat - | curl -F 'sprunge=<-' http://sprunge.us
|
cat - | curl -F 'sprunge=<-' http://sprunge.us
|
||||||
}
|
}
|
||||||
|
|
||||||
|
### Zig ###
|
||||||
|
export PATH="$HOME/.zig:$PATH"
|
||||||
|
|
||||||
### rg wrapper with delta ###
|
### rg wrapper with delta ###
|
||||||
function rgd() {
|
function rgd() {
|
||||||
rg -C2 --json $@ | delta
|
rg -C2 --json $@ | delta
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue