Add new stuff

This commit is contained in:
ViktorBarzin 2018-02-10 10:18:37 +00:00
parent 91d58313cd
commit 9b61dd8a81
2 changed files with 6 additions and 3 deletions

View file

@ -256,6 +256,7 @@ function hib(){
# sudo swapon /dev/kubuntu-vg/swap_1 2&>/dev/null
# sudo systemctl hibernate
# sudo swapoff /dev/kubuntu-vg/swap_1 2&>/dev/null
sudo swapon -a
/bin/lock
sleep 2
sudo s2disk

8
.zshrc
View file

@ -110,13 +110,15 @@ j () {
#export LC_ALL=C
#export LC_ALL=en_US.UTF-8
PYENV_ROOT="$HOME/.pyenv"
# Defined in ~/.zshenv
# PYENV_ROOT="$HOME/.pyenv"
# PATH="$PYENV_ROOT/bin:$PATH"
#eval "$(pyenv init -)"
source /usr/local/bin/virtualenvwrapper.sh
# source /usr/local/bin/virtualenvwrapper.sh
# eval ssh-agent > /dev/null
export VIRTUALENV_PYTHON=/home/viktor/.pyenv/shims/python
# export VIRTUALENV_PYTHON=/home/viktor/.pyenv/shims/python
source ~/.zshenv
# Color man pages
export LESS_TERMCAP_mb=$'\e[1;32m'