about summary refs log tree commit diff
path: root/fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish')
-rw-r--r--fish/.config/fish/fishd.beast30
-rw-r--r--fish/.config/fish/functions/pb.fish12
2 files changed, 30 insertions, 12 deletions
diff --git a/fish/.config/fish/fishd.beast b/fish/.config/fish/fishd.beast
new file mode 100644
index 0000000..a4daef8
--- /dev/null
+++ b/fish/.config/fish/fishd.beast
@@ -0,0 +1,30 @@
+# This file is automatically generated by the fish.
+# Do NOT edit it directly, your changes will be overwritten.
+SET __fish_init_2_39_8:\x1d
+SET __fish_init_2_3_0:\x1d
+SET fish_color_autosuggestion:555\x1ebrblack
+SET fish_color_command:\x2d\x2dbold
+SET fish_color_comment:red
+SET fish_color_cwd:green
+SET fish_color_cwd_root:red
+SET fish_color_end:brmagenta
+SET fish_color_error:brred
+SET fish_color_escape:bryellow\x1e\x2d\x2dbold
+SET fish_color_history_current:\x2d\x2dbold
+SET fish_color_host:normal
+SET fish_color_match:\x2d\x2dbackground\x3dbrblue
+SET fish_color_normal:normal
+SET fish_color_operator:bryellow
+SET fish_color_param:cyan
+SET fish_color_quote:yellow
+SET fish_color_redirection:brblue
+SET fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack
+SET fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
+SET fish_color_user:brgreen
+SET fish_color_valid_path:\x2d\x2dunderline
+SET fish_greeting:\x1d
+SET fish_key_bindings:fish_default_key_bindings
+SET fish_pager_color_completion:\x1d
+SET fish_pager_color_description:B3A06D\x1eyellow
+SET fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
+SET fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
diff --git a/fish/.config/fish/functions/pb.fish b/fish/.config/fish/functions/pb.fish
deleted file mode 100644
index ac7283c..0000000
--- a/fish/.config/fish/functions/pb.fish
+++ /dev/null
@@ -1,12 +0,0 @@
-function pb
-    if type -q pb > /dev/null
-        command pb $argv
-    else
-        if count $argv > /dev/null
-            curl -F'file=@'$argv[1] https://0x0.tilde.team
-        else
-            curl -F'file=@-;filename=stdin.txt' https://0x0.tilde.team
-        end
-    end
-end
-