News
Learn how to install and customize the Starship shell prompt on Linux. Make your terminal faster, cleaner, and more useful in ...
To remove an alias permanently, delete it from .bashrc or .bash_aliases, then reload the file: unalias alias_name source ~/.bashrc . Advanced Aliases. Aliases can be more than just simple command ...
If you want to use ccat as your default cat command, you can create an alias. Add the following line to your .bashrc or .zshrc file: alias cat='ccat' Remember to source the .bashrc/.zshrc file after ...
Here's a function to change directory and view files at one time, which I do often. function cdl { cd $1; ls;} Just paste in .bashrc (Ed. note: .bash_profile for Snow Leopard) and type cdl ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results