Compare commits
No commits in common. "aaa4cc438c1b0749f5e6b1e286ecc811ce58fe8e" and "6435c65bbb5b10558808f6ce50c6132fcfdc0cfa" have entirely different histories.
aaa4cc438c
...
6435c65bbb
2 changed files with 2 additions and 2 deletions
2
bashrc
2
bashrc
|
@ -1,4 +1,4 @@
|
|||
source $HOME/.profile
|
||||
source .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="off"
|
||||
gpu_brand="on"
|
||||
|
||||
# Which GPU to display
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue