about summary refs log tree commit diff
path: root/fish/.config
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-04-19 12:17:59 -0400
committerBen Harris <ben@tilde.team>2022-04-19 12:17:59 -0400
commitd4bec05c3db6744cf6c4187c5b6cce2b0c46c789 (patch)
tree31141a759784daf9adc5e7e54f6f8b5fde00b2e0 /fish/.config
parent8eef122aa626701fc603bc9a65d68b4ac6b331e1 (diff)
update vim submodules
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