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
3f6bc030
Commit
3f6bc030
authored
6 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Alias some commands to run with monitor.
parent
a340e500
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
+19
-2
19 additions, 2 deletions
.bashrc
with
19 additions
and
2 deletions
.bashrc
+
19
−
2
View file @
3f6bc030
...
@@ -51,6 +51,23 @@ export PS0="\$(__prerun)"
...
@@ -51,6 +51,23 @@ export PS0="\$(__prerun)"
export
PS1
=
"
\[\$
(__prompt)
\]\u
@
\h
:
\w\$
"
export
PS1
=
"
\[\$
(__prompt)
\]\u
@
\h
:
\w\$
"
export
CDPATH
=
"
$HOME
:
$HOME
/Documents:
$HOME
/Documents/Shore:
$HOME
/Documents/Endless"
export
CDPATH
=
"
$HOME
:
$HOME
/Documents:
$HOME
/Documents/Shore:
$HOME
/Documents/Endless"
alias
make
=
'monitor make '
alias
packer
=
'monitor packer '
alias
terraform
=
'monitor terraform '
alias
ansible-playbook
=
'monitor ansible-playbook '
alias
kops
=
'monitor kops '
alias
wget
=
'monitor wget '
alias
mysqldump
=
'monitor mysqldump '
alias
mysqldump-loader
=
'monitor mysqldump-loader '
alias
pg_dump
=
'monitor pg_dump '
alias
pg_dumpall
=
'monitor pg_dumpall '
alias
pipenv
=
'monitor pipenv '
alias
debootstrap
=
'monitor debootstrap '
alias
fab
=
'monitor fab '
alias
scp
=
'monitor scp '
alias
rsync
=
'monitor rsync '
alias tar
=
'monitor tar '
alias
tox
=
'monitor tox '
alias
ll
=
'ls -lha'
alias
ll
=
'ls -lha'
alias
la
=
'ls -A'
alias
la
=
'ls -A'
alias
l
=
'ls -CF'
alias
l
=
'ls -CF'
...
@@ -109,8 +126,8 @@ alias bell="printf '\\a'"
...
@@ -109,8 +126,8 @@ alias bell="printf '\\a'"
command
-v
notify-send
>
/dev/null
||
alias
notify-send
=
'bell'
command
-v
notify-send
>
/dev/null
||
alias
notify-send
=
'bell'
alias
detectproxy
=
'w3m http://detectportal.firefox.com/success.txt'
alias
detectproxy
=
'w3m http://detectportal.firefox.com/success.txt'
alias
color
=
'less --raw-control-chars -p'
alias
color
=
'less --raw-control-chars -p'
alias
pip2
=
'python2 -m pip'
alias
pip2
=
'
monitor
python2 -m pip'
alias
pip3
=
'python3 -m pip'
alias
pip3
=
'
monitor
python3 -m pip'
# shellcheck disable=SC2139
# shellcheck disable=SC2139
alias
rc_update
=
"make --directory
$HOME
--always-make"
alias
rc_update
=
"make --directory
$HOME
--always-make"
alias
gen-ssh-config
=
"rc_update .ssh/config"
alias
gen-ssh-config
=
"rc_update .ssh/config"
...
...
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