Add upper- and lower-case shell scripts as alias
This commit is contained in:
parent
732243fe57
commit
17fa5f5d4f
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue