hm
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# home.file = {
|
||||
# direnvrc = {
|
||||
# enable = true;
|
||||
# executable = true;
|
||||
# target = ".config/direnv/";
|
||||
# source = "./direnvrc";
|
||||
# };
|
||||
# };
|
||||
|
||||
}
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
oh-my-fish
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
oh-my-fish
|
||||
];
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
@@ -15,7 +15,7 @@
|
||||
".." = "cd ..";
|
||||
"..." = "cd ../..";
|
||||
"...." = "cd ../../..";
|
||||
"ls" = "eza";
|
||||
"pls" = "pls -d typ -d perm -d user -d group -d size -d mtime -d git";
|
||||
"z" = "zoxide";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user