feat: enhance autostart configurations and add executable permissions for desktop entries
This commit is contained in:
1
.bashrc
1
.bashrc
@ -15,6 +15,7 @@ if [ -f /etc/os-release ]; then
|
||||
# Set GCC 13 as default compiler
|
||||
export CC=/usr/bin/gcc-13
|
||||
export CXX=/usr/bin/g++-13
|
||||
export CGO_CFLAGS="-I/usr/include"
|
||||
|
||||
# Point to GCC 13 headers (fixed path)
|
||||
export CPLUS_INCLUDE_PATH="/usr/include/c++/13:/usr/include/x86_64-linux-gnu/c++/13"
|
||||
|
Reference in New Issue
Block a user