mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
fix(fish): remove krabby greeting inside of distrobox
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
# fish_config theme choose Catppuccin\ Mocha
|
||||
|
||||
function fish_greeting
|
||||
# Check if not inside of a distrobox
|
||||
if not test -n "$CONTAINER_ID"
|
||||
krabby random --no-title --padding-left 2
|
||||
end
|
||||
end
|
||||
|
||||
function weather
|
||||
|
||||
Reference in New Issue
Block a user