Skip to content

Commit

Permalink
Add internet radio alias
Browse files Browse the repository at this point in the history
  • Loading branch information
steveno committed Mar 22, 2024
1 parent 86b59da commit fdc8e3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dot_bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ fi
# Use neovim
alias vi='nvim'
alias vim='nvim'

# Setup ls
alias ls='ls --color'
alias l='ls -CF'
alias ll='ls -alF'
alias less='less -r'

# Make checking tarnsap easier
alias check_tarsnap='sudo tarsnap --list-archives | sort'
alias check-tarsnap='sudo tarsnap --list-archives | sort'

# Internet radio
alias start-radio='cvlc https://ice-1.streamhoster.com/lv_wqed--893'

0 comments on commit fdc8e3b

Please sign in to comment.