aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/cli/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/cli/shell.nix')
-rw-r--r--users/fcuny/cli/shell.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/users/fcuny/cli/shell.nix b/users/fcuny/cli/shell.nix
deleted file mode 100644
index 0e6a790..0000000
--- a/users/fcuny/cli/shell.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
- programs.fish = {
- enable = true;
- interactiveShellInit = ''
- set fish_greeting
- '';
- };
-}