update terminal
This commit is contained in:
parent
e5b415904c
commit
2c7bf35af0
3 changed files with 11 additions and 1 deletions
|
|
@ -4,12 +4,18 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [kdePackages.qttools];
|
||||
home.packages = with pkgs; [
|
||||
kdePackages.qttools
|
||||
bat
|
||||
eza
|
||||
];
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
ssh = "kitty-ssh";
|
||||
cat = "bat";
|
||||
ls = "eza";
|
||||
};
|
||||
functions = {
|
||||
fish_prompt = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue