test
This commit is contained in:
@@ -49,22 +49,7 @@
|
||||
'';
|
||||
};
|
||||
|
||||
# Fish configuration
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
|
||||
shellAliases = {
|
||||
ll = "ls -la";
|
||||
".." = "cd ..";
|
||||
"..." = "cd ../..";
|
||||
gs = "git status";
|
||||
gd = "git diff";
|
||||
};
|
||||
|
||||
functions = {
|
||||
mkcd = "mkdir -p $argv[1]; and cd $argv[1]";
|
||||
};
|
||||
};
|
||||
# Fish configuration is in ./fish.nix
|
||||
|
||||
# Starship prompt (works with all shells)
|
||||
programs.starship = {
|
||||
|
||||
Reference in New Issue
Block a user