2024-02-26 09:29:37 +01:00
|
|
|
function _ntfy_done -a title message
|
|
|
|
ntfy send \
|
|
|
|
--quiet \
|
|
|
|
--title "$title" \
|
|
|
|
--tags "$(hostname)",computer \
|
|
|
|
https://push.pnyhf.eu/terminal \
|
|
|
|
"$message"
|
|
|
|
end
|
|
|
|
|
2024-02-22 10:30:07 +01:00
|
|
|
# Skips non-existing and already known paths
|
|
|
|
fish_add_path \
|
|
|
|
~/.local/bin \
|
|
|
|
~/.cargo/bin \
|
|
|
|
~/.config/composer/vendor/bin \
|
|
|
|
~/go/bin \
|
|
|
|
/usr/local/go/bin
|
|
|
|
|
|
|
|
abbr -a -- c composer
|
|
|
|
abbr -a -- dc docker compose
|
|
|
|
abbr -a -- gu gitup
|
2024-06-10 11:49:39 +02:00
|
|
|
abbr -a -- g git
|
2024-02-22 10:30:07 +01:00
|
|
|
abbr -a -- q pueue
|
|
|
|
|
|
|
|
alias j z
|
|
|
|
alias jj zz
|
|
|
|
|
2024-03-05 14:33:30 +01:00
|
|
|
alias ls lsd
|
|
|
|
alias l ls
|
|
|
|
alias ll 'ls -la'
|
|
|
|
alias llh 'ls -lha'
|