dotfiles-archive

my old wayland dotfiles kept for archiving if i ever go back to wayland
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

e.fish (102B)


      1 function e --wraps='doas emerge' --description 'alias e doas emerge'
      2   doas emerge $argv
      3         
      4 end