diff --git a/bashrc b/bashrc index 09a23df..3c5eb34 100644 --- a/bashrc +++ b/bashrc @@ -134,6 +134,7 @@ alias .........='cl ../../../../../../../..' alias ytdl="youtube-dl $@ -x --audio-format mp3 --audio-quality 0 -c -o '%(title)s.%(ext)s'" alias tux="tmux a||tmux" alias rmgit="git remote rm origin;git remote rm https;git remote rm oOrigin;git remote rm oHttps" +function mcl(){ mkdir "$@"&&cl "$@"; } function cl(){ cd "$@" && ls; } function ovim(){ vim +"SessionOpen $@"; } function ogvim(){ gvim +"SessionOpen $@"; }