From b9cd68d3fd504341da9645ac697b9a05972477ab Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 18 Oct 2019 23:34:25 -0500 Subject: [PATCH] .profile: Remove instantmusic aliases Also removes an outdated ptgdp alias: --- .profile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.profile b/.profile index cfa1d6bd..53111ee6 100755 --- a/.profile +++ b/.profile @@ -207,12 +207,6 @@ if has git; then # Show untracked files alias gu='git ls-files . --exclude-standard --others' 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 case $_baseshell in *bash|*zsh)