diff --git a/init.vim b/init.vim index 42126b9..81285f4 100644 --- a/init.vim +++ b/init.vim @@ -136,7 +136,7 @@ set textwidth=100 set history=1000 set wildignore+=node_modules " ignore node_modules folder from file search -set inccommand=split +set inccommand=split " show interactive results of substiute command " make comments and HTML attributes italic highlight Comment cterm=italic diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 3c64c72..eda2bca 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -1,6 +1,7 @@ # in case its not already thera alias la='ls -la' alias sagu='sudo apt update && sudo apt dist-upgrade' +alias sagi='sudo apt install ' alias v='f -e vim' # quick opening files with vim alias o='a -e xdg-open' # quick opening files with xdg-open