diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-06-01 22:23:49 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-06-01 22:23:49 +0900 |
| commit | 851b47f00b199a6454a47945eaf065f5a183185c (patch) | |
| tree | 1a2092cb383a69ea2b5d4a09b45c960bfe829bf0 /.config/fish/config.fish | |
| parent | 685f99f184858c8367868ebc8701522b765889c9 (diff) | |
| download | dotfiles-851b47f00b199a6454a47945eaf065f5a183185c.tar.gz dotfiles-851b47f00b199a6454a47945eaf065f5a183185c.tar.zst dotfiles-851b47f00b199a6454a47945eaf065f5a183185c.zip | |
Revert "fish shell"
This reverts commit 77db37d3506edd006c0d4edc8b216d869a06f30b.
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish deleted file mode 100644 index cdb7b10..0000000 --- a/.config/fish/config.fish +++ /dev/null @@ -1,34 +0,0 @@ -set -gx LANG 'ja_JP.UTF-8' - -set -gx VISUAL vim -set -gx EDITOR vim - -set -gx LD_LIBRARY_PATH "$HOME/Downloads/lib:$HOME/lib:$LD_LIBRARY_PATH" - -set -gx PATH "/usr/local/bin:$PATH" - -set -gx PATH "$HOME/.cargo/bin:$PATH" -set -gx PATH "$HOME/bin:$HOME/.local/bin:$PATH" - -set -gx PATH "/usr/local/opt/gettext/bin:$PATH" - -# To override system-provided Ruby with brewed Ruby -set -gx PATH "/usr/local/opt/ruby/bin:$PATH" - -abbr -a rm rm -i -abbr -a cp cp -i -abbr -a mv mv -i - -abbr -a e vim -abbr -a o open -abbr -a g git -abbr -a cat bat -abbr -a find fd -abbr -a grep rg -abbr -a ls exa -abbr -a lsa exa -a -abbr -a lsl exa -l -abbr -a lsal exa -al -abbr -a lsla exa -al - -starship init fish | source |
