Added xresources

This commit is contained in:
Fergal Moran
2017-08-21 19:38:18 +01:00
parent b72d64124c
commit d2afd070b4
2 changed files with 17 additions and 0 deletions

View File

@@ -2,6 +2,14 @@ function pips() {
echo $'\n'$1 >> requirements.txt; pip install $1
}
function reset_webstorm(){
cd ~/.WebStorm*
rm config/eval/WebStorm*evaluation.key
rm config/options/options.xml
cd ~/.java/.userPrefs/jetbrains
rm -rf webstorm
}
cb() {
local _scs_col="\e[0;32m"; local _wrn_col='\e[1;31m'; local _trn_col='\e[0;33m'
# Check that xclip is installed.