chore(lint): dfm dotfiles fmt

This commit is contained in:
2023-11-13 12:24:12 +02:00
parent 1dc84a9cc5
commit 639cbe4939
7 changed files with 3 additions and 9 deletions

View File

@@ -5,4 +5,3 @@
x-path-remove "$1"
export PATH="${PATH:+"$PATH:"}$1"

View File

@@ -4,4 +4,3 @@
# Usage: x-path-prepend <dir>
export PATH="$1${PATH:+":$PATH"}"

View File

@@ -4,4 +4,3 @@
# Usage: x-path-remove <dir>
export PATH=$(echo -n "$PATH" | awk -v RS=: -v ORS=: "\$0 != \"$1\"" | sed 's/:$//')