Compare commits
No commits in common. "85490e788dd9c0b6a39b6fd5ba9177f6d81d74aa" and "960c8a4f78a2ae122a79bd8acf88e97a9adfb434" have entirely different histories.
85490e788d
...
960c8a4f78
@ -2,7 +2,6 @@ README.md
|
||||
.config/nvim/README.md
|
||||
LICENSE
|
||||
{{ if eq .chezmoi.os "darwin" }}
|
||||
.msmtprc
|
||||
.muttrc
|
||||
.msmtprc
|
||||
.Xresources
|
||||
|
@ -28,7 +28,6 @@ bold_font BrutalistMono Nerd Font Regular
|
||||
|
||||
font_size 16.0
|
||||
|
||||
text_composition_strategy 1.0
|
||||
#: Font size (in pts)
|
||||
|
||||
# adjust_line_height 0
|
||||
@ -337,7 +336,7 @@ inactive_tab_background #32302f
|
||||
#: Color scheme {{{
|
||||
|
||||
foreground #ebdbb2
|
||||
background #1b1b1b
|
||||
background #282828
|
||||
|
||||
#: The foreground and background colors
|
||||
|
||||
|
@ -42,12 +42,6 @@ ForwardAgent no
|
||||
User jan
|
||||
ProxyJump cshpc
|
||||
|
||||
Host monitoring-test
|
||||
Hostname monitoring-test.nhr.fau.de
|
||||
ForwardAgent no
|
||||
User jan
|
||||
ProxyJump cshpc
|
||||
|
||||
Host gondor
|
||||
Hostname 192.168.178.60
|
||||
ForwardAgent no
|
||||
|
@ -23,10 +23,6 @@ zle -N zle-line-init
|
||||
zle -N zle-keymap-select
|
||||
export KEYTIMEOUT=1
|
||||
|
||||
function ll {
|
||||
cd "$(llama "$@")"
|
||||
}
|
||||
|
||||
plugins={{ .plugins }}
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
Loading…
Reference in New Issue
Block a user