diff options
| author | ottjk <joshott16@gmail.com> | 2024-01-01 12:51:42 -0500 |
|---|---|---|
| committer | ottjk <joshott16@gmail.com> | 2024-01-01 12:51:42 -0500 |
| commit | 782b6d94437f9efaa9de6a5b1795bd787c0e1753 (patch) | |
| tree | ca0452a1ad85cc7a63097ca15621494101931d27 /fish/config.fish | |
| parent | f229337c3955a794294f47478c4d39e825b2dd9e (diff) | |
| download | dotfiles-782b6d94437f9efaa9de6a5b1795bd787c0e1753.tar.gz dotfiles-782b6d94437f9efaa9de6a5b1795bd787c0e1753.zip | |
big terms
Diffstat (limited to 'fish/config.fish')
| -rw-r--r-- | fish/config.fish | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/fish/config.fish b/fish/config.fish deleted file mode 100644 index fa56cd5..0000000 --- a/fish/config.fish +++ /dev/null @@ -1,25 +0,0 @@ -fish_add_path -p /usr/local/sbin /usr/local/bin /usr/bin - -set -e TERMCAP -set -e MANPATH - -pyenv init - | source -zoxide init fish | source -starship init fish | source - -function xcd - set --local result (command xplr $argv) - [ -n "$result" ] && cd "$result" -end - -if status is-interactive - alias ls='eza' - alias cd='z' - alias grep='grep --color=auto' - alias nv=nvim - - fish_add_path -p ~/.cargo/bin ~/.local/bin - fish_vi_key_bindings - enable_transience - pfetch -end |