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 autoread
|
||||||
set history=5000
|
set history=5000
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
set noswapfile "disables creation of swap files
|
||||||
|
|
||||||
"user interface stuff
|
"user interface stuff
|
||||||
"disables the autocommenting 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 vimdiff="nvim -d"
|
||||||
alias mutt="neomutt"
|
alias mutt="neomutt"
|
||||||
#i3sleep locks the screen and puts the system to sleep
|
#i3sleep locks the screen and puts the system to sleep
|
||||||
alias i3sleep="i3lock && systemctl suspend"
|
alias i3sleep="systemctl suspend && i3lock"
|
||||||
|
|
||||||
#alias -g ...='../..'
|
#alias -g ...='../..'
|
||||||
#alias -g ....='../../..'
|
#alias -g ....='../../..'
|
||||||
|
|
Loading…
Reference in a new issue