diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-07 23:51:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-07 23:51:34 +0200 |
| commit | 88d2c9ac867e92d482dbeea5e5fc759b1f195cdf (patch) | |
| tree | 010adb2d211d54a60737f975b293265dc634d563 /fish/conf.d/dotfiles.fish | |
| parent | f408ae894e4e10bbf4358c7c07bb9618ef1353e4 (diff) | |
fix path
Diffstat (limited to 'fish/conf.d/dotfiles.fish')
| -rw-r--r-- | fish/conf.d/dotfiles.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/conf.d/dotfiles.fish b/fish/conf.d/dotfiles.fish index cf944a1..70289c7 100644 --- a/fish/conf.d/dotfiles.fish +++ b/fish/conf.d/dotfiles.fish @@ -1,4 +1,4 @@ -set -gx DOTFILES_DIR ~/git/conf/dotfiles +set -gx DOTFILES_DIR ~/git/dotfiles function dotfiles::update set -l prev_pwd (pwd) @@ -45,4 +45,4 @@ abbr -a .e 'dotfiles::fuzzy::edit' abbr -a .rex 'dotfiles::rexify' abbr -a .re 'dotfiles::random::edit' abbr -a cdconf "cd $HOME/git/conf" -abbr -a cdotfiles "cd $HOME/git/conf/dotfiles" +abbr -a cdotfiles "cd $HOME/git/dotfiles" |
