gkak.laₛ
aka gkaklas@{lemm.ee,programming.dev,lemmy.{zip,world,ml}}
aspe:keyoxide.org:CZQI42SE5HXWZCFPARIGCNK32A
- 0 Posts
- 1 Comment
Joined 6 months ago
Cake day: January 2nd, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
https://gkak.la/shell-aliases
Not an alias, but expanding
-h
to--help
has been very useful in cases where the program just prints “see --help for options” when you just use-h
I use
glola
from oh-my-zsh every day to see an overview of my projectsAns
ns
/nss
is very convenient to run one-off commands with software I don’t already have installed!Oh and
cdt = cd $(mktemp -d)
is nice to have when you just need a temporary clean directory to do something quick