chore(MISC): A bunch of files I forgot to commit over time.
This commit is contained in:
parent
e63529d39c
commit
383761b23a
12 changed files with 45 additions and 43 deletions
|
@ -1,4 +1,10 @@
|
|||
bind \cH backward-kill-path-component
|
||||
bind "[3;5~" kill-word
|
||||
|
||||
function backup --argument filename
|
||||
cp $filename $filename.bak
|
||||
end
|
||||
|
||||
function restore --argument file
|
||||
mv $file (echo $file | sed s/.bak//)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue