aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-12-01 00:12:48 +0100
committerpml68 <contact@pml68.me>2024-12-01 00:12:48 +0100
commit48a3bac987ba12b570508e563ac842a39b46c0af (patch)
tree1f8e709e81e8db28a2ee26fe67a468d31ff44012 /.bashrc
parentfix: gopher not installing deps on first launch (diff)
downloadnvim-48a3bac987ba12b570508e563ac842a39b46c0af.tar.gz
feat: add go pkg to dockerfile
Diffstat (limited to '')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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