Update everything muhahaha
This commit is contained in:
parent
4e370073b6
commit
038ad77a4f
2
.zimrc
2
.zimrc
@ -36,3 +36,5 @@ zmodule zsh-users/zsh-syntax-highlighting
|
|||||||
# zsh-users/zsh-history-substring-search must be sourced after zsh-users/zsh-syntax-highlighting
|
# zsh-users/zsh-history-substring-search must be sourced after zsh-users/zsh-syntax-highlighting
|
||||||
zmodule zsh-users/zsh-history-substring-search
|
zmodule zsh-users/zsh-history-substring-search
|
||||||
# }}} End configuration added by Zim install
|
# }}} End configuration added by Zim install
|
||||||
|
|
||||||
|
zmodule agkozak/zsh-z
|
||||||
|
1
.zshrc
1
.zshrc
@ -144,4 +144,5 @@ export EDITOR=vim
|
|||||||
export PATH="$HOME/.jenv/bin:$PATH"
|
export PATH="$HOME/.jenv/bin:$PATH"
|
||||||
eval "$(jenv init -)"
|
eval "$(jenv init -)"
|
||||||
|
|
||||||
|
export PATH="$PATH:$HOME/.local/bin"
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
|
@ -14,6 +14,8 @@
|
|||||||
assign [instance="mail"] $ws5
|
assign [instance="mail"] $ws5
|
||||||
# KeepassXC
|
# KeepassXC
|
||||||
assign [class="keepassxc"] $ws10
|
assign [class="keepassxc"] $ws10
|
||||||
|
# Spotify
|
||||||
|
assign [class="Spotify"] $ws3
|
||||||
|
|
||||||
# {{{ SPECIAL KEYBINDINGS }}}
|
# {{{ SPECIAL KEYBINDINGS }}}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
; Global settings for redshift
|
; Global settings for redshift
|
||||||
[redshift]
|
[redshift]
|
||||||
; Set the day and night screen temperatures
|
; Set the day and night screen temperatures
|
||||||
temp-day=6500
|
temp-day=5000
|
||||||
temp-night=3500
|
temp-night=3500
|
||||||
|
|
||||||
; Disable the smooth fade between temperatures when Redshift starts and stops.
|
; Disable the smooth fade between temperatures when Redshift starts and stops.
|
||||||
|
@ -9,3 +9,9 @@ autocmd BufNewFile,BufReadPost *.Rmd call Markdown()
|
|||||||
autocmd BufNewFile,BufReadPost *.rmd call Markdown()
|
autocmd BufNewFile,BufReadPost *.rmd call Markdown()
|
||||||
autocmd BufNewFile,BufReadPost *.md call Markdown()
|
autocmd BufNewFile,BufReadPost *.md call Markdown()
|
||||||
|
|
||||||
|
|
||||||
|
" Groovy syntax highlighting
|
||||||
|
au BufNewFile,BufRead Jenkinsfile set filetype=groovy
|
||||||
|
|
||||||
|
|
||||||
|
au BufNewFile,BufRead .latexmkrc set filetype=perl
|
||||||
|
Loading…
Reference in New Issue
Block a user