vim~/.config/fish/functions/gatom.fishfunctiongatom--description'text editor'clear;echoecho'=========================================================================='echo' ATOM 'echo' atom.io 'echo'=========================================================================='echo' $ which atom 'echo' $ cd ~/Downloads 'echo' $ ls -l 'echo' $ wget atom.io/download/atom-64.deb 'echo' # apt install ./atom-64.deb 'echo' $ ls -l 'echo' $ rm atom-64.deb 'echo' $ which atom 'echo' $ apt-cache show atom 'echo' ------------------------------------------------------------------------ 'echo' $ cd ~ 'echo' $ atom 'echo'=========================================================================='echoend