This commit is contained in:
parent
aa3addbc1b
commit
db51bd4990
1 changed files with 4 additions and 4 deletions
|
@ -4,13 +4,13 @@
|
||||||
unalias ll 2>/dev/null
|
unalias ll 2>/dev/null
|
||||||
|
|
||||||
# source extra files
|
# source extra files
|
||||||
source "/home/mg/dotfiles/.bash_aliases"
|
source "${HOME}/dotfiles/.bash_aliases"
|
||||||
source "/home/mg/dotfiles/.bash_functions"
|
source "${HOME}/dotfiles/.bash_functions"
|
||||||
source "/home/mg/dotfiles/.bash_ps1"
|
source "${HOME}/dotfiles/.bash_ps1"
|
||||||
|
|
||||||
### PATH
|
### PATH
|
||||||
# add my scripts to PATH
|
# add my scripts to PATH
|
||||||
PATH=$PATH:"/home/mg/dotfiles/scripts"
|
PATH=$PATH:"${HOME}/dotfiles/scripts"
|
||||||
|
|
||||||
### tmux auto attach
|
### tmux auto attach
|
||||||
# Check if the user ID is not 0 (root)
|
# Check if the user ID is not 0 (root)
|
||||||
|
|
Loading…
Reference in a new issue