Rename crontab to .crontab and activate it in .bash_profile
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
9780375c30
commit
53bb4c8c79
6 changed files with 9 additions and 8 deletions
|
@ -13,7 +13,7 @@
|
|||
a = add --all
|
||||
|
||||
# Create a commit and sign it off
|
||||
c = commit -s -m
|
||||
c = commit -s
|
||||
|
||||
# Push to the master branch of the origin remote
|
||||
p = push origin master
|
||||
|
@ -24,3 +24,5 @@
|
|||
[color]
|
||||
# Activate color use in git commands
|
||||
ui = auto
|
||||
[core]
|
||||
editor = vim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue