diff options
| author | pml68 <contact@pml68.me> | 2024-12-01 00:12:48 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-12-01 00:12:48 +0100 |
| commit | 48a3bac987ba12b570508e563ac842a39b46c0af (patch) | |
| tree | 1f8e709e81e8db28a2ee26fe67a468d31ff44012 /.bashrc | |
| parent | fix: gopher not installing deps on first launch (diff) | |
| download | nvim-48a3bac987ba12b570508e563ac842a39b46c0af.tar.gz | |
feat: add go pkg to dockerfile
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
