Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envrcd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
isgphys
envrcd
Commits
5af7a16d
Commit
5af7a16d
authored
2 years ago
by
Sven Mäder
Browse files
Options
Downloads
Patches
Plain Diff
Update aliases for git grep, add rg, snk
parent
673a58f4
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
profile/default/envrcd.d/20-aliases
+3
-1
3 additions, 1 deletion
profile/default/envrcd.d/20-aliases
profile/rda/.gitconfig
+1
-1
1 addition, 1 deletion
profile/rda/.gitconfig
profile/rda/envrcd.d/20-aliases
+3
-2
3 additions, 2 deletions
profile/rda/envrcd.d/20-aliases
with
7 additions
and
4 deletions
profile/default/envrcd.d/20-aliases
+
3
−
1
View file @
5af7a16d
...
...
@@ -27,6 +27,7 @@ alias lla='ls -hlAF'
alias
lsa
=
'ls -AF'
alias
llt
=
'ls -hlFtr'
alias
lat
=
'ls -hlAFtr'
alias
snk
=
'ssh -o StrictHostKeyChecking=no -o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null'
alias
ldapsearch
=
'ldapsearch -o ldif-wrap=no'
alias
lds
=
'ldapsearch -xZZ'
alias
ccze
=
'ccze -A -o nolookups'
...
...
@@ -47,9 +48,10 @@ alias gitl='git log'
alias
gitlp
=
'git log -p'
alias
gitla
=
'git adog'
alias
gitlv
=
'git adogv'
alias
gg
=
'git grep'
alias
gg
=
'git grep
-i
'
alias
g
=
'grep -iE'
alias
gr
=
'grep -RiE --exclude-dir=\.git'
alias
rg
=
'rg -S --colors "line:fg:yellow" --colors "path:fg:green"'
alias
trea
=
'tree -a -I ".git"'
alias
treea
=
'trea'
alias
tree
=
'tree -I ".git"'
...
...
This diff is collapsed.
Click to expand it.
profile/rda/.gitconfig
+
1
−
1
View file @
5af7a16d
...
...
@@ -119,4 +119,4 @@
adogd
=
!"git adogb --date=format:'%Y-%m-%d %H:%M:%S' --format=format:'%C(#d7ff5f)%h%C(reset)%C(auto)%d%C(reset) %C(normal)%s%C(reset) %C(#5fd7ff)%an%C(reset) %C(#d7d7ff)(%ad)%C(reset)'"
adogj
=
!"git adogv"
adog
=
!"git adogv"
adogg
=
!"git adogv --grep"
adogg
=
!"git adogv
-i
--grep"
This diff is collapsed.
Click to expand it.
profile/rda/envrcd.d/20-aliases
+
3
−
2
View file @
5af7a16d
...
...
@@ -31,7 +31,7 @@ alias lsa='ls -AF'
alias
llt
=
'ls -hlFtr'
alias
lat
=
'ls -hlAFtr'
alias
s
=
'ssh'
alias
snk
=
'ssh -o StrictHostKeyChecking=no'
alias
snk
=
'ssh -o StrictHostKeyChecking=no
-o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null
'
alias
slapcat
=
'slapcat -o ldif-wrap=no'
alias
ldapsearch
=
'ldapsearch -o ldif-wrap=no'
alias
ldapimodify
=
'ldapmodify -Y EXTERNAL -H ldapi://'
...
...
@@ -59,9 +59,10 @@ alias gitl='git log'
alias
gitlp
=
'git log -p'
alias
gitla
=
'git adog'
alias
gitlv
=
'git adogv'
alias
gg
=
'git grep'
alias
gg
=
'git grep
-i
'
alias
g
=
'grep -iE'
alias
gr
=
'grep -RiE --exclude-dir=\.git'
alias
rg
=
'rg -S --colors "line:fg:yellow" --colors "path:fg:green"'
alias
trea
=
'tree -a -I ".git"'
alias
treea
=
'trea'
alias
tree
=
'tree -I ".git"'
...
...
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