diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/fi/fish/config/01_show-task.fish (renamed from modules/by-name/lf/lf/wrappers/ll/default.nix) | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/modules/by-name/lf/lf/wrappers/ll/default.nix b/modules/by-name/fi/fish/config/01_show-task.fish index 6e4ee336..21db1112 100644 --- a/modules/by-name/lf/lf/wrappers/ll/default.nix +++ b/modules/by-name/fi/fish/config/01_show-task.fish @@ -1,3 +1,5 @@ +#!/usr/bin/env fish + # nixos-config - My current NixOS configuration # # Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de> @@ -7,12 +9,12 @@ # # You should have received a copy of the License along with this program. # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. -{writeShellApplication}: -writeShellApplication { - name = "ll"; - text = builtins.readFile ./ll.sh; - # This is sourced in the shell - inheritPath = true; - bashOptions = []; -} +# Display current tasks +test -z "$NVIM"; and task next + +# Empty the default greeting +set --global fish_greeting "" + +# Set a nice theme +fish_config theme choose ayu |
