Skip to content

Commit

Permalink
Uninstall shouldn't be a function
Browse files Browse the repository at this point in the history
  • Loading branch information
laughedelic committed May 10, 2016
1 parent c7e816c commit 42a7c5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
12 changes: 0 additions & 12 deletions functions/uninstall.fish

This file was deleted.

10 changes: 10 additions & 0 deletions uninstall.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
for pair in $pisces_pairs
for c in (string split ',' $pair)
bind -e $c
end
end

# this doesn't really work "/
bind \b backward-delete-char

set -e pisces_pairs

0 comments on commit 42a7c5d

Please sign in to comment.