Browse Source

Add alias for apt install

coc
Schneider 5 years ago
parent
commit
ad8c985571
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 2
      init.vim
  2. 1
      zsh/aliases.zsh

2
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

1
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

Loading…
Cancel
Save