diff options
Diffstat (limited to '')
| -rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ alias df="df -h" alias free="free -m" alias gitu='git add . && git commit && git push' alias g=git -alias nsh='wl-paste | curl -d @- https://nixshare.ru/upload 2>/dev/null | wl-copy' +alias share='wl-paste | curl -si -d @- https://nixshare.ru/paste/clipboard.txt | grep "location:" | sed -s "s/location: //" | wl-copy' alias p=python3 [[ ! -f `which exa` ]] || alias ls="exa" && alias ll="exa -l" # }}} |
