Skip to content

Commit e309519

Browse files
committed
Fix stderred
1 parent 346ba08 commit e309519

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apt/install_software.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apt-get install \
1717
apt-transport-https autojump bleachbit bluetooth build-essential ca-certificates \
1818
cifs-utils clamtk cmake curl cutecom \
1919
docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \
20-
exfatprogs filelight filezilla freerdp2-wayland gfortran gimp git git-gui gparted htop \
20+
exfatprogs filelight filezilla freerdp2-wayland gcc-multilib g++-multilib gfortran gimp git git-gui gparted htop \
2121
inkscape kde-config-flatpak keepassxc ktorrent \
2222
libreoffice libreoffice-help-fi lm-sensors mumble network-manager-openvpn openssh-server optipng \
2323
pipewire-audio powertop \

zsh/.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ bindkey -M isearch " " magic-space
316316

317317
# Print stderr with red. For more see
318318
# https://github.com/sickill/stderred
319-
STDERRED_PATH="$HOME/Git/stderred/build/libstderred.so"
319+
STDERRED_PATH="$HOME/Git/stderred/lib64/libstderred.so"
320320
if [ -f $STDERRED_PATH ]; then
321321
export LD_PRELOAD="${STDERRED_PATH}${LD_PRELOAD:+:$LD_PRELOAD}"
322322
red_colored_text=$(tput setaf 9)

0 commit comments

Comments
 (0)