# Configuration aliases

The configuration.aliases.sh file creates helpful shortcut aliases for opening the configuration files for the terminal and the shell.

# Configuration

Alias Command Description
bshp ${=EDITOR} $HOME/.bash_profile Open the Bash profile in the default text editor.
bshrc ${=EDITOR} $HOME/.bashrc Open the Bash configuration file in the default text editor.
gcfg ${=EDITOR} $HOME/.gitconfig Open the Git configuration file in the default text editor.
gign ${=EDITOR} $HOME/.gitignore Open the Git ignore file in the default text editor.
zshrc ${=EDITOR} $HOME/.zshrc Open the Zsh configuration file in the default text editor.