From 7f93d1afe4a850aa763c77c316388d63412d674c Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Sun, 1 Oct 2017 14:09:21 +0200 Subject: [PATCH] Revert "add vfd to easily use vf deactivate command" This reverts commit b99350f7db84cf55c3744e6daf63d4e77992c291. --- functions/vfd.fish | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 functions/vfd.fish diff --git a/functions/vfd.fish b/functions/vfd.fish deleted file mode 100644 index fab144a..0000000 --- a/functions/vfd.fish +++ /dev/null @@ -1,3 +0,0 @@ -function vfd --description 'deactivate virtualfish' - command vf deactivate -end