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