Skip to content

Commit

Permalink
Merge pull request #167 from codepuncher/2024-02-18
Browse files Browse the repository at this point in the history
feat(sh): add journal and system ctl aliases
  • Loading branch information
codepuncher authored Feb 18, 2024
2 parents 646e3c3 + ed5ddfb commit b1a82fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shell/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@ alias clear_dns_cache='sudo killall -HUP mDNSResponder'
alias cat='cat -n'
alias find_bad_words='curl --silent http://www.bannedwordlist.com/lists/swearWords.txt > /tmp/badwords && rg --word-regexp --file=/tmp/badwords'
alias rg_ip_address='rg "(?:[0-9]{1,3}\.){3}[0-9]{1,3}" --only-matching'
alias sc='sudo systemctl'
alias scu='systemctl --user'
alias jc='journalctl'
alias jcu='journalctl --user'

watch_file() {
tail -f "${1}" | bat --paging=never -l log
Expand Down

0 comments on commit b1a82fe

Please sign in to comment.