.profile: Remove instantmusic aliases
Also removes an outdated ptgdp alias:
This commit is contained in:
parent
5bcf933070
commit
b9cd68d3fd
6
.profile
6
.profile
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user