only show fastfetch in WezTerm
This commit is contained in:
parent
dd3e3a8334
commit
f4640016ff
1 changed files with 4 additions and 1 deletions
|
@ -34,4 +34,7 @@ alias a=fuck
|
|||
# Load extra functions
|
||||
source "$CONFIGDIR/scripts/scripts.sh"
|
||||
|
||||
fastfetch;
|
||||
# Show fastfetch
|
||||
if [ "$TERM_PROGRAM" = "WezTerm" ]; then
|
||||
fastfetch;
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue