Compare commits

..

2 commits

Author SHA1 Message Date
2ff0dfc919
temporary remove path in bashrc and configfish 2022-06-05 20:16:12 +02:00
570b34808e
add GLu 2022-06-05 20:14:04 +02:00
2 changed files with 4 additions and 3 deletions

View file

@ -110,8 +110,8 @@ then
# Fix for shared libraries (https://stackoverflow.com/a/9395355) # Fix for shared libraries (https://stackoverflow.com/a/9395355)
sudo ldconfig sudo ldconfig
# Add to path # Add to path
echo -e "\n# GL4Dummies\nexport PATH=/usr/local/bin:\$PATH\nexport LD_LIBRARY_PATH=/usr/local/lib:\$LD_LIBRARY_PATH\n" >> "$HOME"/.bashrc #echo -e "\n# GL4Dummies\nexport PATH=/usr/local/bin:\$PATH\nexport LD_LIBRARY_PATH=/usr/local/lib:\$LD_LIBRARY_PATH\n" >> "$HOME"/.bashrc
echo -e "\n# GL4Dummies\nset -gx LD_LIBRARY_PATH /usr/local/lib \$LD_LIBRARY_PATH\n" >> "$HOME"/.config/fish/config.fish #echo -e "\n# GL4Dummies\nset -gx LD_LIBRARY_PATH /usr/local/lib \$LD_LIBRARY_PATH\n" >> "$HOME"/.config/fish/config.fish
# === Sign commits == # === Sign commits ==
git config --global commit.gpgsign true git config --global commit.gpgsign true

View file

@ -97,7 +97,8 @@
"texlive-most", "texlive-most",
"syncthing", "syncthing",
"ufw", "ufw",
"fzf" "fzf",
"glu"
], ],
"plugin": null, "plugin": null,
"profile": { "profile": {