- unify ~/.config/shell/aliases.sh and ~/.config/shell/utils.sh into a common ~/.config/shell/init.sh - split the contents of ~/.config/shell/aliases.sh into the folder ~/.config/shell/aliases.d - split the contents of ~/.config/shell/utils.sh into the folder ~/.config/shell/utils.d |
||
|---|---|---|
| .. | ||
| files.sh | ||
| generic.sh | ||
| git.sh | ||
| python.sh | ||
| README.md | ||
Shell Aliases
This folder contains various files that define aliases to be used in the shell.
Originally, they all were defined in one big "~/.config/shell/aliases.sh" file but are now split across many smaller files here for clarity.