From aec4020088042d056d4b64eb8a569e36640de74c Mon Sep 17 00:00:00 2001 From: LinuxSquare <7436714-OfficialLinuxSquare@users.noreply.gitlab.com> Date: Fri, 29 Sep 2023 16:40:14 +0200 Subject: [PATCH] Add more newlines to files --- system/files/shell_keybinds | 2 +- system/files/shell_zshenv.jinja | 2 +- system/files/shell_zshrc.jinja | 2 +- util/files/noveriablcgen_config.json.jinja | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/system/files/shell_keybinds b/system/files/shell_keybinds index e2fb16c..3a56f64 100644 --- a/system/files/shell_keybinds +++ b/system/files/shell_keybinds @@ -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 \ No newline at end of file +bindkey "^[[6~" end-of-buffer-or-history diff --git a/system/files/shell_zshenv.jinja b/system/files/shell_zshenv.jinja index 1495d0f..f8fd17a 100644 --- a/system/files/shell_zshenv.jinja +++ b/system/files/shell_zshenv.jinja @@ -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 \ No newline at end of file +export SAVEHIST=10000 # Maximum events in history file diff --git a/system/files/shell_zshrc.jinja b/system/files/shell_zshrc.jinja index 35d8b48..077fdb9 100644 --- a/system/files/shell_zshrc.jinja +++ b/system/files/shell_zshrc.jinja @@ -3,4 +3,4 @@ [ -f /etc/.zshenv ] && . /etc/.zshenv [ -f {{ ZSH_DIR }}/00-keybinds ] && . {{ ZSH_DIR }}/00-keybinds -export LANG=en_US.UTF-8 \ No newline at end of file +export LANG=en_US.UTF-8 diff --git a/util/files/noveriablcgen_config.json.jinja b/util/files/noveriablcgen_config.json.jinja index 177d047..d7a917b 100644 --- a/util/files/noveriablcgen_config.json.jinja +++ b/util/files/noveriablcgen_config.json.jinja @@ -3,4 +3,4 @@ "grub_conf_dir": "{{ GRUB_CONFD }}", "filename": "{{ GRUB_CONFIG_FILENAME }}", "root_uuid": "{{ ROOT_UUID }}" -} \ No newline at end of file +}