mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Added common task for install Bash config
This commit is contained in:
10
dotfiles/common/.bash_profile
Normal file
10
dotfiles/common/.bash_profile
Normal file
@@ -0,0 +1,10 @@
|
||||
# .bash_profile
|
||||
|
||||
[ -f $HOME/.profile ] && . $HOME/.profile
|
||||
|
||||
# Get the aliases and functions
|
||||
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|
||||
|
||||
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||
exec startx
|
||||
fi
|
||||
Reference in New Issue
Block a user