Re-organize the shells' initialization logic
- 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
This commit is contained in:
parent
8aad11aed1
commit
a8f8caccc0
17 changed files with 665 additions and 621 deletions
7
.config/shell/aliases.d/README.md
Normal file
7
.config/shell/aliases.d/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue