Shell
Some checks failed
Build container / fedora-build (push) Failing after 4m39s

This commit is contained in:
maurice
2025-10-28 09:32:36 +01:00
parent 4db483e992
commit 6e64e2237b
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,8 @@ export EDITOR=hx \
XDG_RUNTIME_DIR=/run/user/1000 \
SSH_AUTH_SOCK=/run/user/1000/ssh-auth-sock \
PS1="\[\e[30;46m\] \h | \w \[\e[0;36m\]\[\e[m\] " \
TZ="Europe/Amsterdam"
TZ="Europe/Amsterdam" \
SHELL="/bin/bash"
# === aliases and functions ===
pbcopy() { curl -sF "content=<-" "https://paste.plabble.org/$2?lang=$1" && echo; }