Fix linting errors
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
fec74b795e
commit
8b3a294360
5 changed files with 25 additions and 30 deletions
|
@ -10,6 +10,6 @@ setxkbmap -model pc105 -layout ch
|
|||
# Start ibus
|
||||
ibus-daemon -drx
|
||||
|
||||
if [[ -f $HOME/.bash_profile ]]; then
|
||||
. $HOME/.bash_profile
|
||||
if [[ -f "${HOME}/.bash_profile" ]]; then
|
||||
. "${HOME}/.bash_profile"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue