Compare commits
2 commits
6435c65bbb
...
aaa4cc438c
Author | SHA1 | Date | |
---|---|---|---|
aaa4cc438c | |||
50bab5e721 |
2 changed files with 2 additions and 2 deletions
2
bashrc
2
bashrc
|
@ -1,4 +1,4 @@
|
|||
source .profile
|
||||
source $HOME/.profile
|
||||
if [[ $- != *i* ]] ; then
|
||||
# Shell is non-interactive. Be done now!
|
||||
return
|
||||
|
|
|
@ -247,7 +247,7 @@ cpu_temp="off"
|
|||
# Example:
|
||||
# on: 'AMD HD 7950'
|
||||
# off: 'HD 7950'
|
||||
gpu_brand="on"
|
||||
gpu_brand="off"
|
||||
|
||||
# Which GPU to display
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue