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.

Best hacks in your .bash_profile and .bashrc?

3 pointsby matthalmost 14 years ago

3 comments

matthalmost 14 years ago
This is great for showing/hiding files on OSX:<p><pre><code> alias show='defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder' alias hide='defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder'</code></pre>
tszmingalmost 14 years ago
Can't comment on your blog...<p>Personally, I prefer to move all the git alias into the .gitconfig <a href="https://gist.github.com/943990" rel="nofollow">https://gist.github.com/943990</a>
becks619almost 14 years ago
At the end of .bashrc,<p>zsh
评论 #2802300 未加载