fix
This commit is contained in:
parent
3b55c94cc9
commit
ccd98fadea
@ -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
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
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.
|
#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
|
||||||
|
|
||||||
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user