Settings

Theme

Ask HN: What are your favourite bash aliases?

1 points by ruairidhwm 6 years ago · 0 comments · 1 min read

Reader

Wondering what people use day-to-day?

I currently have:

  alias dev="cd ~/Documents/dev"
  alias bashreload="source ~/.bashrc && echo Bash config reloaded"
  alias sleep="pmset sleep now"
  weather() { curl wttr.in/"$1"; }
  alias lenny='echo \_(ツ)_/¯ | pbcopy'

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection