diff options
author | EuAndreh <eu@euandre.org> | 2018-07-03 12:13:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-03 12:13:18 -0300 |
commit | 10a4112e19f97fd3cc0302c1bc3adb83eabbf2e6 (patch) | |
tree | 51292768f810b447b4994f2f12df2227c6c6b5a4 /bash | |
parent | Fix $IN_NIX_SHELL PS1 check (diff) | |
download | dotfiles-10a4112e19f97fd3cc0302c1bc3adb83eabbf2e6.tar.gz dotfiles-10a4112e19f97fd3cc0302c1bc3adb83eabbf2e6.tar.xz |
Remvoe git alias
Diffstat (limited to 'bash')
-rw-r--r-- | bash/aliases.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/aliases.sh b/bash/aliases.sh index 9889123..304126b 100644 --- a/bash/aliases.sh +++ b/bash/aliases.sh @@ -9,7 +9,6 @@ alias ll="ls -lhF" alias yt-dl="youtube-dl -o '$YT_TEMPLATE'" alias copy="tr -d '\n' | xclip -sel clip" alias pia-vpn="sudo openvpn --config $DOTFILES/VPN/euandreh.ovpn" -alias git="AWS_ACCESS_KEY_ID=$ANNEX_AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$ANNEX_AWS_SECRET_ACCESS_KEY git" alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' alias fim="play $DOTFILES/bash/Positive.ogg &> /dev/null" |