about summary refs log tree commit diff
path: root/fish/.config/fish/functions/cwhois.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/.config/fish/functions/cwhois.fish')
-rw-r--r--fish/.config/fish/functions/cwhois.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/.config/fish/functions/cwhois.fish b/fish/.config/fish/functions/cwhois.fish
new file mode 100644
index 0000000..fa7b2a6
--- /dev/null
+++ b/fish/.config/fish/functions/cwhois.fish
@@ -0,0 +1,3 @@
+function cwhois
+whois -h bgp.tools " -v $argv"
+end