diff --git a/git/.gitconfig b/git/.gitconfig index 760eb3d..b8d77a6 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -4,3 +4,5 @@ [pager] diff = 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 diff --git a/zsh/.zshrc.d/oh-my-zsh b/zsh/.zshrc.d/oh-my-zsh index e4f150f..e4be190 100644 --- a/zsh/.zshrc.d/oh-my-zsh +++ b/zsh/.zshrc.d/oh-my-zsh @@ -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 # 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" # ssh - export SSH_KEY_PATH="~/.ssh/rsa_id" # Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh