added core packages, shell ailases

This commit is contained in:
2024-08-15 22:38:53 -04:00
parent 2fb36511b6
commit e9f5979cdf
3 changed files with 11 additions and 4 deletions

View File

@ -7,7 +7,7 @@
shellAliases = {
# ls aliases
# ls = "eza --color $argv";
ls = "eza --color $argv";
la = "eza -l -all --color $argv";
ll = "eza -l --color $argv";
lt = "eza -l --color --git $argv";
@ -19,6 +19,10 @@
cat = "bat $argv";
less = "bat $argv";
more = "bat $argv";
# top alias
top = "btm";
htop = "btm";
};
functions = {
@ -38,7 +42,9 @@
"Deez nuts" \
"I wanna be a cowboy baby" \
"Can I get a waffle? Can I please get a waffle?" \
"I'm lesbian. I thought you were American."
"I'm lesbian. I thought you were American." \
"You gotta give 'em that 'hawk tuah' and spit on that thang!" \
"We don't do that here..."
set choose_meme (random)"%"(count $memes)
set choose_meme $memes[(math $choose_meme"+1")]