Added dconf configuration
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
399f8e0c59
commit
984d7283d0
7 changed files with 43 additions and 49 deletions
|
@ -1,10 +1,5 @@
|
|||
# If .bash_profile exists, bash doesn't read .profile
|
||||
if [[ -f $HOME/.profile ]]; then
|
||||
. $HOME/.profile
|
||||
fi
|
||||
|
||||
# If the shell is interactive and .bashrc exists, get the aliases and functions
|
||||
if [[ $- == *i* && -f $HOME/.bashrc ]]; then
|
||||
# We just source .bashrc so we don't need to manage two files.
|
||||
if [[ -f $HOME/.bashrc ]]; then
|
||||
. $HOME/.bashrc
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue