tidy fish configs

master
Ben Harris 2024-09-13 01:33:09 -04:00
parent 8698adae25
commit a3284c91e6
13 changed files with 8 additions and 31 deletions

View File

@ -0,0 +1,3 @@
# fnm
set PATH "/home/ben/.local/share/fnm" $PATH
fnm env | source

View File

@ -0,0 +1,2 @@
source "$HOME/.cargo/env.fish"

View File

@ -1,3 +0,0 @@
function anonradio
nvlc http://anonradio.net:8000/anonradio
end

View File

@ -0,0 +1,3 @@
function ddg
lynx "https://lite.duckduckgo.com/lite/?q=$(string escape --style=url $argv)"
end

View File

@ -1,6 +0,0 @@
function fish_greeting
if test -f /var/run/motd
/bin/cat /var/run/motd
end
end

View File

@ -1,4 +1,3 @@
function fish_user_key_bindings
fzf_key_bindings
bind \co 'lfcd; commandline -f repaint'
end

View File

@ -1,3 +0,0 @@
function insult
shuf -n1 ~/insults.txt
end

View File

@ -1,4 +1,3 @@
# Defined in /tmp/fish.Fo1L3P/pubtr.fish @ line 1
function pubtr
mtr -wrc4 $argv[1] > ~/pub/mtr/"$argv[1]".txt
echo https://bhh.sh/pub/mtr/$argv[1].txt

View File

@ -1,3 +0,0 @@
function rm
command rm -I $argv
end

View File

@ -1,3 +0,0 @@
function ssys
sudo systemctl $args
end

View File

@ -1,4 +0,0 @@
function tag
shuf -n 1 ~/taglines.txt
end

View File

@ -1,4 +0,0 @@
function tildefig
curl "https://tilde.team/~ben/api/?font=slant&text="$argv
end

View File

@ -1,3 +0,0 @@
function tilderadio
nvlc https://radio.tildeverse.org/radio/8000/radio.ogg
end