Added new aliases and SpaceVim layer
This commit is contained in:
parent
faa8071d47
commit
9597bbe2f4
3 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,9 @@ name = 'shell'
|
|||
default_position = 'top'
|
||||
default_height = 30
|
||||
|
||||
[[layers]]
|
||||
name = "sudo"
|
||||
|
||||
[[custom_plugins]]
|
||||
name = "saltstack/salt-vim"
|
||||
|
||||
|
|
1
.local/dotfiles/aliases/grep.zsh
Normal file
1
.local/dotfiles/aliases/grep.zsh
Normal file
|
@ -0,0 +1 @@
|
|||
alias grep='grep --color=always'
|
1
.local/dotfiles/aliases/ls.zsh
Normal file
1
.local/dotfiles/aliases/ls.zsh
Normal file
|
@ -0,0 +1 @@
|
|||
alias ls='ls --group-directories-first --color=always'
|
Loading…
Reference in a new issue