Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
rcfiles
Commits
c3547642
Commit
c3547642
authored
2 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Better gcc flags.
Interface with make instead.
parent
01ee024c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.bashrc
+2
-1
2 additions, 1 deletion
.bashrc
with
2 additions
and
1 deletion
.bashrc
+
2
−
1
View file @
c3547642
...
...
@@ -23,6 +23,7 @@ elif command -v w3m >/dev/null
then
export
BROWSER
=
w3m
fi
export
CFLAGS
=
"-g3 -Wall -Wextra -Wconversion -Wdouble-promotion -Wno-unused-parameter -Wno-unused-function -Wno-sign-conversion -fsanitize=undefined -fsanitize-trap"
export
CLOUDSDK_ACTIVE_CONFIG_NAME
=
'shore'
export
DOCKER_BUILDKIT
=
1
export
EDITOR
=
vim
...
...
@@ -49,6 +50,7 @@ export LESS_TERMCAP_ue=$'\E[0m'
export
LESS_TERMCAP_us
=
$'
\E
[01;32m'
export
LYNX_SAVE_SPACE
=
"
$HOME
/Downloads"
export
LYNX_TEMP_SPACE
=
"
$HOME
/.cache/lynx"
export
MAKEFLAGS
=
"-e -k -j4"
export
NODE_PENDING_DEPRECATION
=
'1'
export
NPM_CONFIG_USERCONFIG
=
"
$HOME
/.config/npmrc"
export
PATH
=
"
$GOPATH
/bin:
$PATH
"
...
...
@@ -104,7 +106,6 @@ alias df='df --output=source,fstype,size,used,avail,pcent,iavail,ipcent,target'
alias
diff
=
'diff --unified'
alias
dpkglog
=
"grep -v 'status
\\
|trigproc
\\
|configure' /var/log/dpkg.log"
alias
escape
=
'printf "%q"'
alias
gcc
=
'gcc --std=c99 -Wall -Wextra -Werror -pedantic'
alias
gen-mac
=
'hexdump -n5 -e '
\'
'"02" 5/1 ":%02X" "\n"'
\'
' /dev/urandom'
alias
gen-ssh-config
=
"rc_make .ssh/config"
alias
green
=
"printf '
\e
[1;92m%s
\e
[0m
\n
'"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment