diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-07-11 19:14:56 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-07-19 11:52:52 -0400 |
| commit | 6b1d4670835b9147cfc7c35bdc94d24cfbda7a4f (patch) | |
| tree | d5a6e30242f230175168c5221db09ab8c4c3cefe /.config/fish/config.fish | |
| parent | e2f8339d5a0543100dd5b382d9f5fe292491e212 (diff) | |
nvim: remove a few plugins
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 5d33399..5cce240 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -5,6 +5,7 @@ end alias ls exa alias parallel parallel-moreutils +alias cfg 'git --git-dir $HOME/.cfg --work-tree $HOME' # pnpm set -gx PNPM_HOME "/home/samn/.local/share/pnpm" |
