This commit is contained in:
vincent 2019-03-23 17:04:36 +01:00
parent 3b55c94cc9
commit ccd98fadea
2 changed files with 6 additions and 2 deletions

View File

@ -4,3 +4,5 @@
[pager] [pager]
diff = diff-so-fancy | less --tabs=1,5 -RFX diff = diff-so-fancy | less --tabs=1,5 -RFX
show = diff-so-fancy | less --tabs=1,5 -RFX show = diff-so-fancy | less --tabs=1,5 -RFX
[alias]
plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches

View File

@ -1,4 +1,7 @@
# If you come from bash you might have to change your $PATH. zstyle :omz:plugins:ssh-agent agent-forwarding on
#
export SSH_KEY_PATH="~/.ssh/rsa_id"
#If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH # export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation. # Path to your oh-my-zsh installation.
@ -72,7 +75,6 @@ plugins=(archlinux common-aliases cp systemd colored-man-pages extract rsync his
# export ARCHFLAGS="-arch x86_64" # export ARCHFLAGS="-arch x86_64"
# ssh # ssh
export SSH_KEY_PATH="~/.ssh/rsa_id"
# Set personal aliases, overriding those provided by oh-my-zsh libs, # Set personal aliases, overriding those provided by oh-my-zsh libs,
# plugins, and themes. Aliases can be placed here, though oh-my-zsh # plugins, and themes. Aliases can be placed here, though oh-my-zsh