Smooth up bashrc

This commit is contained in:
Marco Thomas
2021-07-29 12:07:26 +02:00
parent a089dfac4e
commit 15a56b200a
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ DIR="\[\033[1;94m\]\w\[\033[m\]"
export PS1="${HOST} ${DIR}${GIT} ${ICON} "
# ============================== Aliases
alias emacsnw="TERM=xterm-direct emacsclient -c -nw -a 'emacs -nw'"
alias emacsnw="emacsclient -c -nw -a 'emacs -nw'"
alias s="cd ~/scripts/"
alias c='clear'

View File

@@ -15,5 +15,5 @@ if [ $USER == "marc" ];then
--ringver-color=ffffffff --ringwrong-color=ffffffff --ind-pos="x+86:y+1003" \
--radius=15 --verif-text="" --wrong-text="" --noinput-text=""
else
xlock -mode blank
$HOME/scripts/lock-work.sh
fi