Site | Updated |
---|---|
2023-11-05 |
All files are loaded via the terminal shell of choice. In this dotfile repo this is bash or zsh.
Default export path sets are set here. E.g. local bin, composer.
Set of handy aliases for common commands.
This includes;
- Short navigate
..
insteadcd ..
- ls commands
- system, e.g. ip, show/hide dotfiles.
- more..
Set of handy aliases for common commands.
This includes;
- Create folder and enter it
mcd
- finding files/folder
f
Same as the aliases and functions but specific for some applications.
If ~/.shell/extra
exists, it will be sourced along with the other files. You can use this to add a few custom commands without the need to fork this entire repository, or to add commands you don’t want to commit to a public repository.
You could also use extra to override settings, functions and aliases from my dotfiles repository. It’s probably better to fork this repository instead, though.