diff options
Diffstat (limited to 'config/essentials')
| -rw-r--r-- | config/essentials/shell/functions.sh | 4 | ||||
| -rw-r--r-- | config/essentials/zsh/.zshrc | 2 | 
2 files changed, 5 insertions, 1 deletions
| diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index b7bb5fd..46f2a7e 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -399,3 +399,7 @@ ssh() {      done      /usr/bin/ssh $@  } + +gccg() { +    gcc -g -Wall -pedantic -std=c99 -o ${1%.c} $@ +} diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 139c145..07e859d 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -140,6 +140,6 @@ setopt histignorealldups  setopt histreduceblanks  setopt interactivecomments  setopt notify -setopt cdablevars +# setopt cdablevars  # zprof | 
