TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are your favourite bash aliases?

1 pointsby ruairidhwmalmost 5 years ago
Wondering what people use day-to-day?<p>I currently have:<p><pre><code> alias dev=&quot;cd ~&#x2F;Documents&#x2F;dev&quot; alias bashreload=&quot;source ~&#x2F;.bashrc &amp;&amp; echo Bash config reloaded&quot; alias sleep=&quot;pmset sleep now&quot; weather() { curl wttr.in&#x2F;&quot;$1&quot;; } alias lenny=&#x27;echo \_(ツ)_&#x2F;¯ | pbcopy&#x27;</code></pre>

no comments

no comments