🧹 Mpv loop config, moved fish aliases to proper files
This commit is contained in:
@ -17,6 +17,11 @@ in
|
||||
programs = {
|
||||
fish = {
|
||||
enable = true;
|
||||
# Start starship when creating a new shell
|
||||
interactiveShellInit = ''
|
||||
starship init fish | source
|
||||
fortune | cowsay -f tux
|
||||
'';
|
||||
plugins = [
|
||||
{
|
||||
# !! to get the previous command
|
||||
@ -30,6 +35,9 @@ in
|
||||
};
|
||||
}
|
||||
];
|
||||
shellAliases = {
|
||||
nix-shell = "nix-shell --run fish"; # Start nix-shells using fishcd
|
||||
};
|
||||
};
|
||||
|
||||
starship = {
|
||||
|
Reference in New Issue
Block a user