move gitconfig, add nanorc
This commit is contained in:
parent
c648c6ebe6
commit
45f73d1b1b
3 changed files with 12 additions and 12 deletions
11
config/gitconfig
Normal file
11
config/gitconfig
Normal file
|
@ -0,0 +1,11 @@
|
|||
[user]
|
||||
{{if eq .Env.USER "qgodefro"}}
|
||||
name = "Quentin Godefroid"
|
||||
email = "quentin.godefroid@corp.ovh.com"
|
||||
{{else if eq .Env.USER "quentin"}}
|
||||
name = "Quentin Godefroid"
|
||||
email = "quentin.git@godefroid.eu"
|
||||
{{else}}
|
||||
name = "Hactarus"
|
||||
email = "hactarus.git@cresi.be"
|
||||
{{end}}
|
14
config/zshrc
14
config/zshrc
|
@ -15,7 +15,7 @@ ZSH_THEME="agnoster"
|
|||
# COMPLETION_WAITING_DOTS="true"
|
||||
|
||||
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||
HIST_STAMPS="yyy-mm-dd"
|
||||
HIST_STAMPS="yyyy-mm-dd"
|
||||
|
||||
# Would you like to use another custom folder than $ZSH/custom?
|
||||
# ZSH_CUSTOM=/path/to/new-custom-folder
|
||||
|
@ -104,11 +104,11 @@ encode64
|
|||
#gem
|
||||
git
|
||||
git-extras
|
||||
git-flow
|
||||
git-flow-avh
|
||||
git-hubflow
|
||||
git-prompt
|
||||
git-remote-branch
|
||||
#git-flow
|
||||
#git-flow-avh
|
||||
#git-hubflow
|
||||
#git-prompt
|
||||
#git-remote-branch
|
||||
#gitfast
|
||||
#github
|
||||
gitignore
|
||||
|
@ -311,8 +311,6 @@ alias ll='ls -ahl'
|
|||
alias fr='setxkbmap fr'
|
||||
alias us='setxkbmap us'
|
||||
|
||||
|
||||
|
||||
status() {
|
||||
print ""
|
||||
print "Date..: "$(date "+%Y-%m-%d %H:%M:%S")""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue