dotfiles/.config/shell/aliases.d
2023-11-30 13:38:34 +01:00
..
files.sh Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
generic.sh Add alias to edit the $HISTFILE 2023-11-30 13:38:34 +01:00
git.sh Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
python.sh Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
README.md Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00

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.