Add more newlines to files
This commit is contained in:
parent
7033162e4b
commit
aec4020088
4 changed files with 4 additions and 4 deletions
|
@ -10,4 +10,4 @@ bindkey "^[[C" forward-char
|
||||||
bindkey "^[[1;5D" backward-word
|
bindkey "^[[1;5D" backward-word
|
||||||
bindkey "^[[1;5C" forward-word
|
bindkey "^[[1;5C" forward-word
|
||||||
bindkey "^[[5~" beginning-of-buffer-or-history
|
bindkey "^[[5~" beginning-of-buffer-or-history
|
||||||
bindkey "^[[6~" end-of-buffer-or-history
|
bindkey "^[[6~" end-of-buffer-or-history
|
||||||
|
|
|
@ -11,4 +11,4 @@ export EDITOR="vim"
|
||||||
# zsh
|
# zsh
|
||||||
export HISTFILE="$HOME/.zhistory" # History filepath
|
export HISTFILE="$HOME/.zhistory" # History filepath
|
||||||
export HISTSIZE=10000 # Maximum events for internal history
|
export HISTSIZE=10000 # Maximum events for internal history
|
||||||
export SAVEHIST=10000 # Maximum events in history file
|
export SAVEHIST=10000 # Maximum events in history file
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
[ -f /etc/.zshenv ] && . /etc/.zshenv
|
[ -f /etc/.zshenv ] && . /etc/.zshenv
|
||||||
[ -f {{ ZSH_DIR }}/00-keybinds ] && . {{ ZSH_DIR }}/00-keybinds
|
[ -f {{ ZSH_DIR }}/00-keybinds ] && . {{ ZSH_DIR }}/00-keybinds
|
||||||
|
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
"grub_conf_dir": "{{ GRUB_CONFD }}",
|
"grub_conf_dir": "{{ GRUB_CONFD }}",
|
||||||
"filename": "{{ GRUB_CONFIG_FILENAME }}",
|
"filename": "{{ GRUB_CONFIG_FILENAME }}",
|
||||||
"root_uuid": "{{ ROOT_UUID }}"
|
"root_uuid": "{{ ROOT_UUID }}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue