Skip to content

Commit

Permalink
Add new Fedora Prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed Nov 11, 2023
1 parent 98b38e3 commit 75dbf90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-targz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ EOF

echo "##[section] 'Setup WSLU"
systemd-nspawn -q --resolv-conf="replace-host" -D "${TMPDIR}"/dist --pipe /bin/bash <<EOF
(
#(
#source /etc/os-release && dnf -y copr enable wslutilities/wslu "\${ID_LIKE}-38-${arch}"
)
#)
#sudo sed -i "s/\$releasever/38/g" /etc/yum.repos.d/_copr\:copr.fedorainfracloud.org\:wslutilities\:wslu.repo
dnf -y install wslu
EOF
Expand Down
1 change: 1 addition & 0 deletions linux_files/00-remix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ fi

# speed up some GUI apps like gedit
export NO_AT_BRIDGE=1
export PS1='\[\033]133;D;$?\]\[\033\\\033]133;A\033\\\]\[\e[${PROMPT_COLOR:-32}m\]\u@\h\[\e[0m\]:\[\e[${PROMPT_COLOR:-32}m\]\w\[\e[0;31m\]${?#0}\[\e[0m\]\$ \[\033]133;B\033\\\]'

# Fix 'clear' scrolling issues
alias clear='clear -x'
Expand Down

0 comments on commit 75dbf90

Please sign in to comment.