Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gea-Suan Lin
config
Commits
69e5db8f
Commit
69e5db8f
authored
Dec 23, 2019
by
Gea-Suan Lin
Browse files
Add PYTHONDONTWRITEBYTECODE.
parent
3a61bcb0
Pipeline
#4
failed with stages
in 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.bashrc
View file @
69e5db8f
...
...
@@ -44,6 +44,7 @@ export LESS="-EfmrSwX"
export
LSCOLORS
=
"gxfxcxdxbxegedabagacad"
export
PATH
=
"
$HOME
/bin:
$HOME
/.local/bin:
$HOME
/.config/composer/vendor/bin:
$HOME
/node_modules/.bin:/usr/local/sbin:/usr/sbin:/sbin:
$PATH
"
export
PERL_CPANM_OPT
=
"--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/"
export
PYTHONDONTWRITEBYTECODE
=
yes
export
QUILT_PATCHES
=
"debian/patches"
#
# Hack for gnome-terminal
...
...
.zshrc
View file @
69e5db8f
...
...
@@ -127,6 +127,7 @@ export HOMEBREW_NO_ANALYTICS=1
export
LESS
=
"-EfmrSwX"
export
LSCOLORS
=
"gxfxcxdxbxegedabagacad"
export
PATH
=
"
$HOME
/bin:
$HOME
/.local/bin:
$HOME
/.config/composer/vendor/bin:
$HOME
/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:
$PATH
"
export
PYTHONDONTWRITEBYTECODE
=
yes
export
QUILT_PATCHES
=
"debian/patches"
export
SAVEHIST
=
2000
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment