Skip to content
Snippets Groups Projects
Commit a78db149 authored by nimrod's avatar nimrod
Browse files

Alias for setting the window title.

parent f8472981
No related branches found
No related tags found
No related merge requests found
Pipeline #375 passed
...@@ -135,6 +135,7 @@ alias restart-kodi='ssh kodi.shore.co.il "sudo systemctl kill --kill-who=all --s ...@@ -135,6 +135,7 @@ alias restart-kodi='ssh kodi.shore.co.il "sudo systemctl kill --kill-who=all --s
# shellcheck disable=SC2032 # shellcheck disable=SC2032
alias rm='rm --dir' alias rm='rm --dir'
alias screenshot-cleanup='find "$HOME/Pictures" -name "Screenshot from *.png" -delete' alias screenshot-cleanup='find "$HOME/Pictures" -name "Screenshot from *.png" -delete'
alias set_title='printf "\033]0;%s\007"'
alias smtp-server='python3 -m smtpd -ndc DebuggingServer' alias smtp-server='python3 -m smtpd -ndc DebuggingServer'
alias sudo="sudo " alias sudo="sudo "
alias sudome="sudome " alias sudome="sudome "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment