mirror of https://tildegit.org/ben/dotfiles
tidy fish configs
parent
8698adae25
commit
a3284c91e6
|
@ -0,0 +1,3 @@
|
||||||
|
# fnm
|
||||||
|
set PATH "/home/ben/.local/share/fnm" $PATH
|
||||||
|
fnm env | source
|
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
source "$HOME/.cargo/env.fish"
|
|
@ -1,3 +0,0 @@
|
||||||
function anonradio
|
|
||||||
nvlc http://anonradio.net:8000/anonradio
|
|
||||||
end
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
function ddg
|
||||||
|
lynx "https://lite.duckduckgo.com/lite/?q=$(string escape --style=url $argv)"
|
||||||
|
end
|
|
@ -1,6 +0,0 @@
|
||||||
function fish_greeting
|
|
||||||
if test -f /var/run/motd
|
|
||||||
/bin/cat /var/run/motd
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
function fish_user_key_bindings
|
function fish_user_key_bindings
|
||||||
fzf_key_bindings
|
fzf_key_bindings
|
||||||
bind \co 'lfcd; commandline -f repaint'
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
function insult
|
|
||||||
shuf -n1 ~/insults.txt
|
|
||||||
end
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Defined in /tmp/fish.Fo1L3P/pubtr.fish @ line 1
|
|
||||||
function pubtr
|
function pubtr
|
||||||
mtr -wrc4 $argv[1] > ~/pub/mtr/"$argv[1]".txt
|
mtr -wrc4 $argv[1] > ~/pub/mtr/"$argv[1]".txt
|
||||||
echo https://bhh.sh/pub/mtr/$argv[1].txt
|
echo https://bhh.sh/pub/mtr/$argv[1].txt
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
function rm
|
|
||||||
command rm -I $argv
|
|
||||||
end
|
|
|
@ -1,3 +0,0 @@
|
||||||
function ssys
|
|
||||||
sudo systemctl $args
|
|
||||||
end
|
|
|
@ -1,4 +0,0 @@
|
||||||
function tag
|
|
||||||
shuf -n 1 ~/taglines.txt
|
|
||||||
end
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
function tildefig
|
|
||||||
curl "https://tilde.team/~ben/api/?font=slant&text="$argv
|
|
||||||
end
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
function tilderadio
|
|
||||||
nvlc https://radio.tildeverse.org/radio/8000/radio.ogg
|
|
||||||
end
|
|
Loading…
Reference in New Issue