Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 275 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 275 Bytes

Backup of config files

  • vim (.vimrc)
  • bash Aliases (.bash_aliases)
  • tmux (.tmux.conf)

If your distro can't interact with .bash_aliases (placed in the same dir) add the following to .bashrc:

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