Fix urxvt, vim

This commit is contained in:
2018-08-17 23:38:00 +02:00
parent d30fef2533
commit 70d9968358
5 changed files with 6 additions and 8 deletions

View File

@@ -51,12 +51,6 @@ fi
# because gpg-agent is somehow broken for ssh, use the usual ssh-agent
eval $(ssh-agent -s)
{% if distro == 'fedora' %}
alias urxvt=urxvt256c
{% endif %}
alias vim="nvim"
# exec startx breaks some logind fuckery, without exec it works
if [[ -z $DISPLAY ]] ; then
if (( $XDG_VTNR == 1 )) ; then

View File

@@ -1,3 +1,5 @@
alias vim="nvim"
### COMMON OPERATIONS
alias ll='ls -AlFh'
alias la='ls -A'