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)