Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Melroy van den Berg
dotfiles
Commits
76cab8d9
Commit
76cab8d9
authored
Nov 04, 2020
by
Melroy van den Berg
Browse files
Add composer to PATH and add git aliases
parent
6892f263
Changes
2
Hide whitespace changes
Inline
Side-by-side
home/melroy/.bashrc
View file @
76cab8d9
...
...
@@ -130,10 +130,12 @@ if ! shopt -oq posix; then
elif
[
-f
/etc/bash_completion
]
;
then
.
/etc/bash_completion
fi
.
~/.bash.d/cht.sh
fi
eval
"
$(
starship init bash
)
"
curl
-L
https://api.github.com/octocat
# Install Ruby Gems to ~/gems
export
GEM_HOME
=
"
$HOME
/gems"
export
PATH
=
"
$HOME
/gems/bin:
$PATH
"
# Extend PATH
export
PATH
=
"
$PATH
:
$HOME
/.config/composer/vendor/bin:
$HOME
/gems/bin:
$HOME
/bin"
home/melroy/.gitconfig
View file @
76cab8d9
[user]
email
=
melroy@melroy.org
name
=
Melroy van den Berg
email
=
melroy@melroy.org
[help]
autocorrect
=
1
[alias]
br
=
branch
brav
=
branch -avv
brv
=
branch -vv
ci
=
commit
co
=
checkout
contributors
=
shortlog -se
df
=
diff
history
=
log --decorate --abbrev-commit --name-status --graph
lol
=
log --graph --decorate --pretty=oneline --abbrev-commit
lola
=
log --graph --decorate --pretty=oneline --abbrev-commit --all
loland
=
log --graph --all --pretty=format:'%C(yellow bold)%h%Creset (%Cblue%an%Creset)%C(magenta)% ar%Creset%C(green bold)% d%Creset: %s'
lolnd
=
log --graph --pretty=format:'%C(yellow bold)%h%Creset (%Cblue%an%Creset)%C(magenta)% ar%Creset%C(green bold)% d%Creset: %s'
lolandd
=
log --graph --all --pretty=format:'%C(yellow bold)%h%Creset (%Cblue%an%Creset)%C(magenta)% ai%Creset%C(green bold)% d%Creset: %s'
lolndd
=
log --graph --pretty=format:'%C(yellow bold)%h%Creset (%Cblue%an%Creset)%C(magenta)% ai%Creset%C(green bold)% d%Creset: %s'
lp
=
log -p --patience
ls
=
log --pretty=format:'%Cred%h%Creset %C(yellow)%ci%Creset %s - %C(bold blue)%an%Creset'
pum
=
pull upstream master
slol
=
log --graph --decorate --pretty=oneline --abbrev-commit --simplify-by-decoration
slola
=
log --graph --decorate --pretty=oneline --abbrev-commit --simplify-by-decoration --all
sloland
=
log --graph --all --pretty=format:'%C(yellow bold)%h%Creset (%Cblue%an%Creset)%C(magenta)% ar%Creset%C(green bold)% d%Creset: %s' --simplify-by-decoration
slolandd
=
log --graph --all --pretty=format:'%C(yellow bold)%h%Creset (%Cblue%an%Creset)%C(magenta)% ai%Creset%C(green bold)% d%Creset: %s' --simplify-by-decoration
slolnd
=
log --graph --pretty=format:'%C(yellow bold)%h%Creset (%Cblue%an%Creset)%C(magenta)% ar%Creset%C(green bold)% d%Creset: %s' --simplify-by-decoration
ss
=
status -s
st
=
status
ru
=
remote update
rup
=
remote update -p
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment