mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
tweaks after adding lf browser
This commit is contained in:
parent
0cfad06763
commit
e4b15ea100
@ -34,5 +34,6 @@ nixpkgs.lib.nixosSystem {
|
||||
../../modules/services/keybase.nix
|
||||
../../modules/services/gnupg.nix
|
||||
../../modules/services/mullvad.nix
|
||||
../../modules/programming/nix.nix
|
||||
];
|
||||
}
|
||||
|
@ -25,7 +25,7 @@
|
||||
'';
|
||||
};
|
||||
};
|
||||
shellAbbrs = { lf = "ls -lh | fzf"; };
|
||||
shellAbbrs = { lsf = "ls -lh | fzf"; };
|
||||
};
|
||||
|
||||
# Global fzf configuration
|
||||
|
Loading…
Reference in New Issue
Block a user