Add back the newline character at the end of files (#18)

Reviewed-on: #18
This commit is contained in:
Rokosun 2022-10-02 15:29:49 +02:00
parent 1c40099be8
commit 6e124a74f0
6 changed files with 6 additions and 6 deletions

View File

@ -9,4 +9,4 @@ remove:
pamac-installer --remove tromjaro-fixes
clean:
$(RM) -rf src/ pkg/ *.tar.xz
$(RM) -rf src/ pkg/ *.tar.xz

View File

@ -55,4 +55,4 @@ package() {
install -d ${pkgdir}/etc/profile.d/
install -Dm644 ${srcdir}/tromjaro-fixes.sh ${pkgdir}/etc/profile.d/
}
}

View File

@ -8,4 +8,4 @@ Target = *
[Action]
Description = Refreshing the chaotic-aur keyring...
When = PreTransaction
Exec = /usr/bin/fix-chaotic-keyring
Exec = /usr/bin/fix-chaotic-keyring

View File

@ -1,2 +1,2 @@
#!/bin/bash
pacman-key --populate chaotic
pacman-key --populate chaotic

View File

@ -1,2 +1,2 @@
[Context]
filesystems=~/.themes;
filesystems=~/.themes;

View File

@ -14,4 +14,4 @@ export LESS_TERMCAP_us=$'\e[1;32m'
export LESS_TERMCAP_ue=$'\e[0m'
# Disable the beep sound
xset b off
xset b off