diff options
| author | seth <[email protected]> | 2022-01-21 16:47:39 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-04 04:40:49 -0400 |
| commit | ac74db5a8fa69e5d3047b35f70c65b27dc07cfcb (patch) | |
| tree | 5b6fcdb6cbf7c8c81a8b0a745e013094bdd82793 /.config/fish/functions | |
| parent | e5605617b57264069374ea0753c19cd69714df6d (diff) | |
update shell dotfiles
Diffstat (limited to '.config/fish/functions')
| -rw-r--r-- | .config/fish/functions/dotfiles.fish | 3 | ||||
| -rw-r--r-- | .config/fish/functions/vim.fish | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/fish/functions/dotfiles.fish b/.config/fish/functions/dotfiles.fish new file mode 100644 index 0000000..8873743 --- /dev/null +++ b/.config/fish/functions/dotfiles.fish @@ -0,0 +1,3 @@ +function dotfiles + git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME $argv +end diff --git a/.config/fish/functions/vim.fish b/.config/fish/functions/vim.fish deleted file mode 100644 index f0a542e..0000000 --- a/.config/fish/functions/vim.fish +++ /dev/null @@ -1,3 +0,0 @@ -function vim - nvim $argv -end |
