mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
style(fish): format
This commit is contained in:
+10
-10
@@ -7,20 +7,20 @@
|
|||||||
"amend" = "git commit --amend";
|
"amend" = "git commit --amend";
|
||||||
"commit" = "git commit";
|
"commit" = "git commit";
|
||||||
"add" = "git add .";
|
"add" = "git add .";
|
||||||
"ssh" = "kitten ssh";
|
"ssh" = "kitten ssh";
|
||||||
"dev" = "nix develop --command 'fish'";
|
"dev" = "nix develop --command 'fish'";
|
||||||
};
|
};
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
# This is commented until a good way of installing themes is found
|
# This is commented until a good way of installing themes is found
|
||||||
# fish_config theme choose Catppuccin\ Mocha
|
# fish_config theme choose Catppuccin\ Mocha
|
||||||
|
|
||||||
function fish_greeting
|
function fish_greeting
|
||||||
# Check if not inside of a distrobox
|
# Check if not inside of a distrobox
|
||||||
if not test -n "$CONTAINER_ID"
|
if not test -n "$CONTAINER_ID"
|
||||||
krabby random --no-title --padding-left 2
|
krabby random --no-title --padding-left 2
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
plugins = with pkgs.fishPlugins; [
|
plugins = with pkgs.fishPlugins; [
|
||||||
{
|
{
|
||||||
name = "fzf.fish";
|
name = "fzf.fish";
|
||||||
|
|||||||
Reference in New Issue
Block a user