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
1c475563
Commit
1c475563
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Sort shell exports.
parent
9518de35
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.bashrc
+37
-39
37 additions, 39 deletions
.bashrc
with
37 additions
and
39 deletions
.bashrc
+
37
−
39
View file @
1c475563
...
@@ -2,61 +2,59 @@
...
@@ -2,61 +2,59 @@
# If not running interactively, don't do anything
# If not running interactively, don't do anything
[
-z
"
$PS1
"
]
&&
return
[
-z
"
$PS1
"
]
&&
return
export
PS1
=
'\u@\h:\w\$ '
export
LANG
=
en_US.UTF8
export
HISTFILE
=
"
$HOME
/Documents/.history"
export
HISTCONTROL
=
ignoreboth:erasedups
export
HISTSIZE
=
100000
export
HISTFILESIZE
=
100000
export
EDITOR
=
vim
export
GOPATH
=
"
$HOME
/.local/golang"
export
PATH
=
"
$GOPATH
/bin:/usr/lib/go/bin/:
$PATH
"
export
PATH
=
"
$HOME
/Repositories/Shore/ssh-ca:
$PATH
"
export
PATH
=
"
$HOME
/Repositories/Shore/ssl-ca:
$PATH
"
export
PATH
=
"
$HOME
/.cargo/bin:
$PATH
"
export
PATH
=
"
$HOME
/.cabal/bin:
$PATH
"
export
PATH
=
"
$HOME
/.local/bin:
$PATH
"
export
PATH
=
"
$HOME
/Documents/bin:
$PATH
"
export
PYTHONSTARTUP
=
~/.config/pythonrc.py
PIPENV_DEFAULT_PYTHON_VERSION
=
"
$(
python3
--version
|
grep
-i
'3\.[0-9]*'
)
"
>
/dev/null 2>&1
export
PIPENV_DEFAULT_PYTHON_VERSION
export
AWS_DEFAULT_PROFILE
=
'shore'
export
ANSIBLE_VERBOSITY
=
2
export
ANSIBLE_COMMAND_WARNINGS
=
True
export
ANSIBLE_DEPRECATION_WARNINGS
=
True
export
ANSIBLE_SYSTEM_WARNINGS
=
True
export
ANSIBLE_RETRY_FILES_SAVE_PATH
=
/tmp/
export
ANSIBLE_PIPELINING
=
True
export
ANSIBLE_GATHERING
=
smart
export
ANSIBLE_CACHE_PLUGIN
=
jsonfile
export
ANSIBLE_CACHE_PLUGIN
=
jsonfile
export
ANSIBLE_CACHE_PLUGIN_CONNECTION
=
"
$HOME
/.ansible/facts"
export
ANSIBLE_CACHE_PLUGIN_CONNECTION
=
"
$HOME
/.ansible/facts"
export
ANSIBLE_CALLBACK_WHITELIST
=
"profile_tasks, timer"
export
ANSIBLE_CALLBACK_WHITELIST
=
"profile_tasks, timer"
export
ANSIBLE_SSH_CONTROL_PATH
=
"/tmp/ssh-%%h"
export
ANSIBLE_COMMAND_WARNINGS
=
True
export
ANSIBLE_DEPRECATION_WARNINGS
=
True
export
ANSIBLE_FORKS
=
5
export
ANSIBLE_GATHERING
=
smart
export
ANSIBLE_INVENTORY_ANY_UNPARSED_IS_FAILED
=
True
export
ANSIBLE_INVENTORY_ANY_UNPARSED_IS_FAILED
=
True
export
ANSIBLE_PIPELINING
=
True
export
ANSIBLE_PYTHON_INTERPRETER
=
auto
export
ANSIBLE_PYTHON_INTERPRETER
=
auto
export
ANSIBLE_FORKS
=
5
export
ANSIBLE_RETRY_FILES_SAVE_PATH
=
/tmp/
export
LYNX_SAVE_SPACE
=
"
$HOME
/Downloads"
export
ANSIBLE_SSH_CONTROL_PATH
=
"/tmp/ssh-%%h"
export
LYNX_TEMP_SPACE
=
"
$HOME
/.cache/lynx"
export
ANSIBLE_SYSTEM_WARNINGS
=
True
export
VAGRANT_DEFAULT_PROVIDER
=
"virtualbox"
export
ANSIBLE_VERBOSITY
=
2
export
PIPENV_MAX_DEPTH
=
5
export
AWS_DEFAULT_PROFILE
=
'shore'
export
CLOUDSDK_ACTIVE_CONFIG_NAME
=
'shore'
export
DOCKER_BUILDKIT
=
1
export
EDITOR
=
vim
export
GNUPGHOME
=
"
$HOME
/Documents/.gnupg"
export
GOPATH
=
"
$HOME
/.local/golang"
export
HELM_HOME
=
"
$HOME
/.helm"
export
HISTCONTROL
=
ignoreboth:erasedups
export
HISTFILE
=
"
$HOME
/Documents/.history"
export
HISTFILESIZE
=
100000
export
HISTSIZE
=
100000
export
LANG
=
en_US.UTF8
# Blinking (red).
# Blinking (red).
export
LESS_TERMCAP_mb
=
$'
\E
[01;31m'
export
LESS_TERMCAP_mb
=
$'
\E
[01;31m'
# Double bright (purple).
# Double bright (purple).
export
LESS_TERMCAP_md
=
$'
\E
[01;35m'
export
LESS_TERMCAP_md
=
$'
\E
[01;35m'
export
LESS_TERMCAP_me
=
$'
\E
[0m'
export
LESS_TERMCAP_me
=
$'
\E
[0m'
export
LESS_TERMCAP_se
=
$'
\E
[0m'
# Standout (grey).
# Standout (grey).
export
LESS_TERMCAP_so
=
$'
\E
[01;33m'
export
LESS_TERMCAP_so
=
$'
\E
[01;33m'
export
LESS_TERMCAP_
s
e
=
$'
\E
[0m'
export
LESS_TERMCAP_
u
e
=
$'
\E
[0m'
# Underline (dark grey).
# Underline (dark grey).
export
LESS_TERMCAP_us
=
$'
\E
[01;32m'
export
LESS_TERMCAP_us
=
$'
\E
[01;32m'
export
LESS_TERMCAP_ue
=
$'
\E
[0m'
export
LYNX_SAVE_SPACE
=
"
$HOME
/Downloads"
export
HELM_HOME
=
"
$HOME
/.helm"
export
LYNX_TEMP_SPACE
=
"
$HOME
/.cache/lynx"
export
DOCKER_BUILDKIT
=
1
export
PATH
=
"
$GOPATH
/bin:/usr/lib/go/bin/:
$PATH
"
export
PATH
=
"
$HOME
/.cabal/bin:
$PATH
"
export
PATH
=
"
$HOME
/.cargo/bin:
$PATH
"
export
PATH
=
"
$HOME
/.local/bin:
$PATH
"
export
PATH
=
"
$HOME
/Documents/bin:
$PATH
"
export
PATH
=
"
$HOME
/Repositories/Shore/ssh-ca:
$PATH
"
export
PATH
=
"
$HOME
/Repositories/Shore/ssl-ca:
$PATH
"
export
PGSSLROOTCERT
=
/etc/ssl/certs/ca-certificates.crt
export
PGSSLROOTCERT
=
/etc/ssl/certs/ca-certificates.crt
export
CLOUDSDK_ACTIVE_CONFIG_NAME
=
'shore'
export
PIPENV_DEFAULT_PYTHON_VERSION
=
"
$(
python3
--version
|
grep
-i
'3\.[0-9]*'
)
"
>
/dev/null 2>&1
export
GNUPGHOME
=
"
$HOME
/Documents/.gnupg"
export
PIPENV_MAX_DEPTH
=
5
export
PS1
=
'\u@\h:\w\$ '
export
PYTHONSTARTUP
=
~/.config/pythonrc.py
export
REDISCLI_HISTFILE
=
"
$HOME
/Documents/.rediscli_history"
export
REDISCLI_HISTFILE
=
"
$HOME
/Documents/.rediscli_history"
export
VAGRANT_DEFAULT_PROVIDER
=
"virtualbox"
alias
0-day-cleanup
=
'ssh kodi.shore.co.il "sudo -u debian-transmission find /srv/library/Comics -name *.part -path *0-Day\ Week\ of* -delete"'
alias
0-day-cleanup
=
'ssh kodi.shore.co.il "sudo -u debian-transmission find /srv/library/Comics -name *.part -path *0-Day\ Week\ of* -delete"'
alias
ansible-local-playbook
=
'ansible-playbook -i localhost, -c local -e "ansible_python_interpreter=$(which python3)"'
alias
ansible-local-playbook
=
'ansible-playbook -i localhost, -c local -e "ansible_python_interpreter=$(which python3)"'
...
...
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