Add more newlines to files

This commit is contained in:
LinuxSquare 2023-09-29 16:40:14 +02:00
parent 7033162e4b
commit aec4020088
4 changed files with 4 additions and 4 deletions

View file

@ -10,4 +10,4 @@ bindkey "^[[C" forward-char
bindkey "^[[1;5D" backward-word
bindkey "^[[1;5C" forward-word
bindkey "^[[5~" beginning-of-buffer-or-history
bindkey "^[[6~" end-of-buffer-or-history
bindkey "^[[6~" end-of-buffer-or-history

View file

@ -11,4 +11,4 @@ export EDITOR="vim"
# zsh
export HISTFILE="$HOME/.zhistory" # History filepath
export HISTSIZE=10000 # Maximum events for internal history
export SAVEHIST=10000 # Maximum events in history file
export SAVEHIST=10000 # Maximum events in history file

View file

@ -3,4 +3,4 @@
[ -f /etc/.zshenv ] && . /etc/.zshenv
[ -f {{ ZSH_DIR }}/00-keybinds ] && . {{ ZSH_DIR }}/00-keybinds
export LANG=en_US.UTF-8
export LANG=en_US.UTF-8

View file

@ -3,4 +3,4 @@
"grub_conf_dir": "{{ GRUB_CONFD }}",
"filename": "{{ GRUB_CONFIG_FILENAME }}",
"root_uuid": "{{ ROOT_UUID }}"
}
}