From 48a3bac987ba12b570508e563ac842a39b46c0af Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 1 Dec 2024 00:12:48 +0100 Subject: feat: add go pkg to dockerfile --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 6a9066e..2246234 100644 --- a/.bashrc +++ b/.bashrc @@ -5,6 +5,7 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return +export PATH=$PATH:/root/.cargo/bin:/root/go/bin export CPPFLAGS="-Wall -Weffc++ -Wextra -Werror -Wconversion -Wsign-conversion -pedantic-errors -std=gnu++2b -fmodules-ts" export EDITOR=nvim export HISTSIZE=1000 -- cgit v1.2.3