Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 395 Bytes

File metadata and controls

18 lines (13 loc) · 395 Bytes

Misc profiles

Repository for miscellaneous profiles and aliases.

Bash aliases

Insert this in your .bashrc.

# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.

if [ -f ~/.bash_aliases ]; then
   . ~/.bash_aliases
fi