rakstar

u/rakstar@lemmy.world
0 posts · 4 comments

Recent posts

No posts.

Recent comments

  • Linux Unplugged
  • Self Hosted
  • Late Night Linux
  • The Homelab Show
  • Bad Voltage

Hosts are engaging, topics are interesting (to me), and I enjoy the discussions and banter.

on Your best terminal aliases · c/linux · 3 pts · 3y

Technically not aliases but I have these in my ~/.bash_aliases so...

bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'

Type a few letters and press up/down arrow to scroll through matching history entries.

Also...

alias s="cd -"

It's like Alt+Tab for CLI.