#!/usr/bin/bash
alias xcopy="xclip -selection c"
alias xpaste="xclip -selection c -o"
alias ccd="pwd | xcopy"
# Programs
alias vidconvert="ffmpeg -i"