Merge branch 'master' of https://gitlab.com/Toric/dotfiles
This commit is contained in:
commit
a9c5cc588b
|
@ -20,6 +20,7 @@ set lazyredraw
|
|||
set autoread
|
||||
set history=5000
|
||||
filetype plugin on
|
||||
set noswapfile "disables creation of swap files
|
||||
|
||||
"user interface stuff
|
||||
"disables the autocommenting stuff.
|
||||
|
|
|
@ -95,7 +95,7 @@ local LOCAL_ZSHRC=$HOME/.config/zshlocal # Allow the local machine to have
|
|||
alias vimdiff="nvim -d"
|
||||
alias mutt="neomutt"
|
||||
#i3sleep locks the screen and puts the system to sleep
|
||||
alias i3sleep="i3lock && systemctl suspend"
|
||||
alias i3sleep="systemctl suspend && i3lock"
|
||||
|
||||
#alias -g ...='../..'
|
||||
#alias -g ....='../../..'
|
||||
|
|
Loading…
Reference in a new issue