diff --git a/.config/fish/config.fish b/.config/fish/config.fish
deleted file mode 100644
index 1dedcfa3..00000000
--- a/.config/fish/config.fish
+++ /dev/null
@@ -1,2 +0,0 @@
-# Enable direnv (https://github.com/direnv/direnv).
-eval (direnv hook fish)
diff --git a/.config/fish/functions/ga.fish b/.config/fish/functions/ga.fish
deleted file mode 100644
index 7d57291c..00000000
--- a/.config/fish/functions/ga.fish
+++ /dev/null
@@ -1,3 +0,0 @@
-function ga
-	git add -p $argv;
-end
diff --git a/.config/fish/functions/gc.fish b/.config/fish/functions/gc.fish
deleted file mode 100644
index 94adc6d2..00000000
--- a/.config/fish/functions/gc.fish
+++ /dev/null
@@ -1,3 +0,0 @@
-function gc
-	git commit $argv;
-end
diff --git a/.config/fish/functions/gl.fish b/.config/fish/functions/gl.fish
deleted file mode 100644
index 1e44941b..00000000
--- a/.config/fish/functions/gl.fish
+++ /dev/null
@@ -1,3 +0,0 @@
-function gl
-  git log --oneline --graph --decorate --all $argv;
-end
diff --git a/.config/fish/functions/gs.fish b/.config/fish/functions/gs.fish
deleted file mode 100644
index e76e06e6..00000000
--- a/.config/fish/functions/gs.fish
+++ /dev/null
@@ -1,3 +0,0 @@
-function gs
-	git status -sb $argv;
-end
diff --git a/.config/fish/functions/l.fish b/.config/fish/functions/l.fish
deleted file mode 100644
index 3f84b159..00000000
--- a/.config/fish/functions/l.fish
+++ /dev/null
@@ -1,3 +0,0 @@
-function l
-	ls -lh $argv;
-end
diff --git a/.config/fish/functions/v.fish b/.config/fish/functions/v.fish
deleted file mode 100644
index 353a97d7..00000000
--- a/.config/fish/functions/v.fish
+++ /dev/null
@@ -1,3 +0,0 @@
-function v
-	vagrant  $argv;
-end
diff --git a/.liquidpromptrc b/.liquidpromptrc
deleted file mode 100644
index 01aa7d19..00000000
--- a/.liquidpromptrc
+++ /dev/null
@@ -1,8 +0,0 @@
-LP_ENABLE_BATT=0
-LP_ENABLE_BZR=0
-LP_ENABLE_FOSSIL=0
-LP_ENABLE_HG=0
-LP_ENABLE_JOBS=0
-LP_ENABLE_LOAD=0
-LP_ENABLE_RUNTIME=0
-LP_USER_ALWAYS=0