Refactor dotfiles into .config
Include local bin files
This commit is contained in:
parent
2741ae520b
commit
d2467209b7
204 changed files with 44454 additions and 3 deletions
2
.bashrc
2
.bashrc
|
@ -170,7 +170,7 @@ which helm 1> /dev/null && source <(helm completion bash)
|
|||
|
||||
# Helpful Aliases
|
||||
if [ -n "${SUDO_USER}" ]; then
|
||||
alias nano="nano --rcfile \"/home/${SUDO_USER}/.nanorc\""
|
||||
alias nano="nano --rcfile \"/home/${SUDO_USER}/.config/nano/nanorc\""
|
||||
fi
|
||||
|
||||
# History customization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue