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
5
.bashrc
5
.bashrc
|
@ -121,3 +121,8 @@ fi
|
|||
if [ -x /usr/bin/mint-fortune ]; then
|
||||
/usr/bin/mint-fortune
|
||||
fi
|
||||
|
||||
# Add users bin directory to the PATH
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue