Skip to content

Commit

Permalink
update zsh/vim conf files
Browse files Browse the repository at this point in the history
  • Loading branch information
ochurlaud committed Jul 31, 2021
1 parent 93dea54 commit 2f66ff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion config/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ set tabstop=8
"let g:jedi#popup_on_dot = 0
autocmd FileType python setlocal completeopt-=preview

set mouse-=a
set mouse=
set ttymouse=
5 changes: 1 addition & 4 deletions config/zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export EDITOR="vim"
export VISUAL="vim"
alias vi="vim"
alias sudo="sudo "
alias php="sudo -u http -H php"
alias open="xdg-open"
alias hist="history 0"
alias whatsapp="firefox https://web.whatsapp.com"
Expand Down Expand Up @@ -161,9 +160,7 @@ alias -- -='cd -'
alias ...='../..'
alias ....='../../..'
alias .....='../../../..'
alias ll='ls -lah'
alias sl='ls -lah'
alias l='ls -la'
alias ll='ls -lh'
alias -g X='| xargs'
alias -g G='| egrep'

Expand Down

0 comments on commit 2f66ff0

Please sign in to comment.