Updating dotfiles
This commit is contained in:
parent
b6cb8671de
commit
177aaecc4b
|
@ -5,6 +5,7 @@ URxvt*lineSpace: 1
|
|||
!URxvt.letterSpace: -1
|
||||
URxvt.scrollBar: false
|
||||
!URxvt.internalBorder: 16
|
||||
URxvt.internalBorder: 0
|
||||
URxvt*geometry: 91x24
|
||||
|
||||
URxvt.depth: 32
|
||||
|
|
5
bashrc
5
bashrc
|
@ -8,10 +8,6 @@ export GIT_EDITOR="vim"
|
|||
export PATH="$PATH:$HOME/.local/bin"
|
||||
export QT_QPA_PLATFORMTHEME=kvantum
|
||||
export VIMINIT="source $HOME/.config/vim/vimrc"
|
||||
export WORKON_HOME=~/.local/virtualenvs
|
||||
|
||||
# Sources
|
||||
source /usr/bin/virtualenvwrapper.sh
|
||||
|
||||
# Functions
|
||||
dfa() {
|
||||
|
@ -40,3 +36,4 @@ alias sudo=dfa
|
|||
alias scrot="$HOME/.local/bin/scrot.sh $@"
|
||||
alias vpn=vpn
|
||||
alias extip=ip_check
|
||||
|
||||
|
|
|
@ -227,7 +227,7 @@ cpu_cores="logical"
|
|||
# C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]'
|
||||
# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]'
|
||||
# off: 'Intel i7-6500U (4) @ 3.1GHz'
|
||||
cpu_temp="C"
|
||||
cpu_temp="off"
|
||||
|
||||
|
||||
# GPU
|
||||
|
|
Loading…
Reference in New Issue