neovim tweaks
This commit is contained in:
parent
754429ebc1
commit
6cd397d1d2
2 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,7 @@ alias timestamp='TZ=Z date "+%Y%m%dT%H%M%SZ"'
|
||||||
alias tree='tree -C'
|
alias tree='tree -C'
|
||||||
alias upper="tr '[:lower:]' '[:upper:]'"
|
alias upper="tr '[:lower:]' '[:upper:]'"
|
||||||
alias vimdiff='vimdiff -R'
|
alias vimdiff='vimdiff -R'
|
||||||
alias vim='vim -X'
|
alias vim='nvim'
|
||||||
|
|
||||||
ls --group-directories-first >/dev/null 2>&1
|
ls --group-directories-first >/dev/null 2>&1
|
||||||
if [ $? -gt 0 ] ; then
|
if [ $? -gt 0 ] ; then
|
||||||
|
|
2
.bashrc
2
.bashrc
|
@ -99,6 +99,8 @@ alias cd=cd_func
|
||||||
umask 2
|
umask 2
|
||||||
stty speed 115200 >> /dev/null 2>&1
|
stty speed 115200 >> /dev/null 2>&1
|
||||||
|
|
||||||
|
# Terminal setup
|
||||||
|
tput smkx
|
||||||
|
|
||||||
# OpenPGP applet support for YubiKey NEO
|
# OpenPGP applet support for YubiKey NEO
|
||||||
#if [ ! -f /tmp/gpg-agent.env ]; then
|
#if [ ! -f /tmp/gpg-agent.env ]; then
|
||||||
|
|
Loading…
Reference in a new issue