Add upper- and lower-case shell scripts as alias

This commit is contained in:
Talia 2025-08-17 11:02:40 +02:00
parent 732243fe57
commit 17fa5f5d4f
Signed by: darkwiiplayer
GPG key ID: 7808674088232B3E

View file

@ -23,6 +23,9 @@ alias wmu='wake-me-up'
alias tmfa='tmux-fzf' alias tmfa='tmux-fzf'
alias gp='git interactive-push' alias gp='git interactive-push'
alias upper='lua -e "for line in io.lines() do print(line:upper()) end"'
alias lower='lua -e "for line in io.lines() do print(line:lower()) end"'
bat_theme() { bat_theme() {
if [ -e $HOME/.dark ] if [ -e $HOME/.dark ]
then echo 'Monokai Extended Bright' then echo 'Monokai Extended Bright'