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
3fb1dba3
Commit
3fb1dba3
authored
9 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
A few new Bash aliases, a little cleanup.
parent
f63e1120
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.bashrc
+7
-4
7 additions, 4 deletions
.bashrc
with
7 additions
and
4 deletions
.bashrc
+
7
−
4
View file @
3fb1dba3
...
...
@@ -2,6 +2,7 @@
[
-z
"
$PS1
"
]
&&
return
export
HISTCONTROL
=
ignoreboth
export
LANG
=
en_US.UTF8
shopt
-s
histappend
shopt
-s
checkwinsize
...
...
@@ -29,7 +30,9 @@ then
.
/usr/local/bin/virtualenvwrapper.sh
fi
alias
ll
=
'ls -l'
export
REPREPRO_BASE_DIR
=
$HOME
/Documents/Shore/debian-repository
export
EDITOR
=
vim
alias
ll
=
'ls -lh'
alias
la
=
'ls -A'
alias
l
=
'ls -CF'
alias
gcc
=
'gcc --std=c99 -Wall'
...
...
@@ -38,9 +41,9 @@ alias deborphan='deborphan -a --no-show-section'
alias
aptitude
=
'aptitude --display-format %p --quiet'
alias
obsolete
=
'aptitude search ?obsolete'
alias
missing-recommends
=
"aptitude search '~RBrecommends:~i'"
export
REPREPRO_BASE_DIR
=
$HOME
/Documents/Shore/debian-repository
export
EDITOR
=
vim
alias
removed
=
"dpkg --get-selections | awk '/
\t
deinstall/ {print
$1
}'"
alias
ansible-local
=
'ansible localhost -c local -i localhost,'
alias
ansible-local-playbook
=
'ansible-playbook -i localhost,'
alias
ansible-local-playbook
=
'ansible-playbook -i localhost,
-c local
'
alias
gen-ssh-config
=
'cat $HOME/.ssh/config.d/* > $HOME/.ssh/config'
alias
ssl-ca
=
'$HOME/Documents/Shore/ssl-ca/ssl-ca'
alias
ssh-ca
=
'$HOME/Documents/Shore/ssh-ca/ssh-ca'
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