.profile
This commit is contained in:
parent
893d5dddb7
commit
0dcad36eb0
2 changed files with 7 additions and 2 deletions
5
.bash_profile
Normal file
5
.bash_profile
Normal file
|
@ -0,0 +1,5 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
~/.profile
|
4
.profile
Normal file → Executable file
4
.profile
Normal file → Executable file
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
[ -f ~/.bashrc ] && .bashrc
|
||||
[ -f ~/.bashrc ] && source "$HOME/.bashrc"
|
||||
|
||||
[ "$(tty)" = "/dev/tty1" ] ^^ ! pgrep -x i3 > /dev/null && exec i3
|
||||
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 > /dev/null && exec i3
|
||||
|
|
Loading…
Reference in a new issue