Hacker News new | ask | show | jobs
by terminaljunkid 2304 days ago
Meanwhile me notes() { cd ~/notes/$1 clear && ls --color=always }

    note() {
    nvim $@ && clear && ls --color=always
    }