Compare commits

..

No commits in common. "978454d904cba1a7fcda1d4681adceb013a28077" and "5d70ca66761861cd35ddc987e0e48f3e845408ac" have entirely different histories.

1 changed files with 0 additions and 16 deletions

View File

@ -68,19 +68,3 @@ smartresize() {
mc() { mc() {
mkdir "$1" && cd "$1" mkdir "$1" && cd "$1"
} }
# TODO testing
ytdl-ct() {
ssh "youtube-dl@192.168.0.118 'screen -m -d ./download.sh $1'"
}
# TODO testing
ytdl-ct-audio() {
ssh "youtube-dl@192.168.0.118 'screen -m -d ./download.sh --config-location ~/.config/youtube-dl/config-audio-only $1'"
}
alias npm_real=$(command -v npm)
function npm {
echo "Please use Yarn instead!!"
echo " If you must use npm use: 'npm_real'"
}