diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,16 @@ alias ls='ls --color=auto' alias ll='ls -la' + +alias scrnlock='i3lock -c 000000' + +alias ncsa='sudo netctl stop-all' +alias ncs='sudo netctl start' +alias ncseth='sudo netctl start ethdhcp' + PS1='[\u@\h \W]\$ ' +source /usr/bin/virtualenvwrapper_lazy.sh + +export EDITOR=vim export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" |
