Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lachlantula/dots
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Shoesmith committed Mar 15, 2019
2 parents e9d8f0f + d678b23 commit a067e29
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .config/fish/config.fish##Darwin
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
set fish_greeting

alias vim='nvim'
alias update='brew update; brew upgrade; brew cleanup; brew doctor'
abbr -a -g new open -n '/Applications/Alacritty.app'

function b
set HOMEBREW_NO_AUTO_UPDATE 1
brew
end

function update
brew update
brew upgrade
brew cleanup
brew doctor
end

function clean
echo '!-- This might take a moment.'
echo '!- Running Homebrew update and cleanup...'
update
echo '!- Clearing out temporary downloads...'
rm -r ~/Downloads/temp/*
echo '!-- All done. Thanks for using `clean` by Lachlan Shoesmith (@lachlantula).'
end

0 comments on commit a067e29

Please sign in to comment.