007f30aca83d
linux
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sun, 10 Jun 2018 09:10:03 -0700 |
parents | 29ed0264b02b |
children | 152269fc621b |
branches/tags | (none) |
files | fish/config.fish |
Changes
--- a/fish/config.fish Sun Jun 10 09:06:36 2018 -0700 +++ b/fish/config.fish Sun Jun 10 09:10:03 2018 -0700 @@ -7,18 +7,21 @@ function eg; nvim ~/.gitconfig; end function eh; nvim ~/.hgrc; end function ei; hg -R ~/src/inventory/ pull -u; and nvim ~/src/inventory/inventory.markdown; and hg -R ~/src/inventory/ ci -m 'Update inventory'; and hg -R ~/src/inventory/ push; end -function ek; nvim ~/lib/dotfiles/keymando/keymandorc.rb; end function em; nvim ~/.mutt/muttrc; end -function es; nvim ~/.slate; end +function es; nvim ~/.stumpwmrc; end function et; nvim ~/.tmux.conf; end function ev; nvim ~/.vimrc; end -function ez; nvim ~/lib/dotfiles/zsh; end function ..; cd ..; end function ...; cd ../..; end function ....; cd ../../..; end function .....; cd ../../../..; end +alias p pass +alias pw pass-work + +complete -c pass-work -w pass + # I give up alias :q exit alias :qa exit