diff options
author | NeodarZ <neodarz@neodarz.net> | 2017-08-21 16:26:26 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2017-08-21 16:26:26 +0200 |
commit | e86ea00a58728078d8ff1dd843bc31b22efd2233 (patch) | |
tree | ea4f13c802f44b7f875d794bc0ed26b54f70db55 | |
parent | d145547690f1073fa09b525a108bf7a400ff4046 (diff) | |
download | dotfiles_ascii-e86ea00a58728078d8ff1dd843bc31b22efd2233.tar.xz dotfiles_ascii-e86ea00a58728078d8ff1dd843bc31b22efd2233.zip |
Remove buggy mkdir for ssh-agent
-rwxr-xr-x | zsh/.zsh/aliases.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh index 9c62839..64e4bb7 100755 --- a/zsh/.zsh/aliases.zsh +++ b/zsh/.zsh/aliases.zsh @@ -161,7 +161,6 @@ function mdm() { # curl -F"shorten=$*" https://0x0.st #} -mkdir -p ~/.ssh-agent-thing if ! pgrep -u "$USER" ssh-agent > /dev/null; then ssh-agent > ~/.ssh-agent-thing fi |