Changes
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
{ pkgs, lib, config, ... }: {
|
||||
{ pkgs, lib, config, ... }:
|
||||
|
||||
let
|
||||
shellAliases = {
|
||||
l = "ls -lh";
|
||||
ll = "ls -lha";
|
||||
skcd = "j $(sk)";
|
||||
};
|
||||
in {
|
||||
home.packages = [
|
||||
pkgs.grc
|
||||
pkgs.fishPlugins.grc
|
||||
@@ -8,8 +16,9 @@
|
||||
interactiveShellInit = ''
|
||||
set fish_greeting # Disable greeting
|
||||
'';
|
||||
shellAliases = {
|
||||
l = "ls -lh";
|
||||
};
|
||||
inherit shellAliases;
|
||||
};
|
||||
|
||||
programs.kitty.shellIntegration.enableFishIntegration = true;
|
||||
programs.skim.enableFishIntegration = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user