hurricane: 29 current 2025-06-19 14:46:19 25.05.20250615.6c64dab 6.15.2 *
fish and starship conf
This commit is contained in:
@ -74,10 +74,28 @@ in {
|
||||
enable = true;
|
||||
flags = ["--cmd cd"];
|
||||
};
|
||||
fish.enable = true;
|
||||
fish = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
".." = "cd ..";
|
||||
"..." = "cd ../..";
|
||||
"...." = "cd ../../../";
|
||||
"....." = "cd ../../../../";
|
||||
|
||||
"cp" = "cp -v";
|
||||
"ls" = "ls -lah";
|
||||
"mkdir" = "mkdir -p";
|
||||
"mv" = "mv -v";
|
||||
"rm" = "rm -v";
|
||||
};
|
||||
};
|
||||
starship = {
|
||||
enable = true;
|
||||
presets = ["nerd-font-symbols" "gruvbox-rainbow"];
|
||||
settings = {
|
||||
add_newline = false;
|
||||
directory.truncation_length = 10;
|
||||
};
|
||||
};
|
||||
vim = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user