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