.profile: Remove instantmusic aliases

Also removes an outdated ptgdp alias:
This commit is contained in:
Salt 2019-10-18 23:34:25 -05:00
parent 5bcf933070
commit b9cd68d3fd

View File

@ -207,12 +207,6 @@ if has git; then
# Show untracked files # Show untracked files
alias gu='git ls-files . --exclude-standard --others' alias gu='git ls-files . --exclude-standard --others'
fi fi
if has ptgdp; then
alias song='ptgdp -pq'
elif has instantmusic; then
alias song='instantmusic -p -s'
alias songp='instantmusic -s'
fi
if has sudo; then if has sudo; then
case $_baseshell in case $_baseshell in
*bash|*zsh) *bash|*zsh)