chore(MISC): A bunch of files I forgot to commit over time.
This commit is contained in:
@@ -2,3 +2,9 @@ function config
|
||||
/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $argv
|
||||
end
|
||||
|
||||
function lazyconfig
|
||||
lazygit --git-dir=$HOME/dotfiles/ --work-tree=$HOME/ $argv
|
||||
end
|
||||
alias lc=lazyconfig
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user