summaryrefslogtreecommitdiff
path: root/home/shells/fish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/shells/fish.nix')
-rw-r--r--home/shells/fish.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/home/shells/fish.nix b/home/shells/fish.nix
deleted file mode 100644
index 9634249..0000000
--- a/home/shells/fish.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{ ... }:
-
-{
- programs.fish = {
- enable = true;
-
- interactiveShellInit =
- ''
- set fish_greeting
- fastfetch
- '';
-
- shellAliases = {
- gs = "git status";
- };
- };
-}