Added new aliases and SpaceVim layer

This commit is contained in:
Eric Renfro 2019-01-06 23:58:44 -05:00
parent faa8071d47
commit 9597bbe2f4
3 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,9 @@ name = 'shell'
default_position = 'top'
default_height = 30
[[layers]]
name = "sudo"
[[custom_plugins]]
name = "saltstack/salt-vim"

View File

@ -0,0 +1 @@
alias grep='grep --color=always'

View File

@ -0,0 +1 @@
alias ls='ls --group-directories-first --color=always'