remade fish config
This commit is contained in:
parent
ef3be4c17e
commit
25410d0319
12 changed files with 3144 additions and 26 deletions
25
.config/fish/config.fish.bak
Normal file
25
.config/fish/config.fish.bak
Normal file
|
@ -0,0 +1,25 @@
|
|||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
fish_vi_key_bindings
|
||||
bind \cH backward-kill-path-component
|
||||
bind "[3;5~" kill-word
|
||||
|
||||
alias vim="nvim"
|
||||
|
||||
alias ls="exa --icons"
|
||||
|
||||
# Package manager aliases
|
||||
alias pacu="sudo pacman -Syu"
|
||||
alias paci="sudo pacman -S"
|
||||
alias pacs="pacman -Ss"
|
||||
|
||||
alias yayi="yay -S"
|
||||
alias yays="yay -Ss"
|
||||
|
||||
export EDITOR="nvim"
|
||||
|
||||
set -q GHCUP_INSTALL_BASE_PREFIX[1]; or set GHCUP_INSTALL_BASE_PREFIX $HOME ; set -gx PATH $HOME/.cabal/bin /home/tsousa/.ghcup/bin $PATH # ghcup-env
|
||||
fish_add_path $HOME/.local/share/nvim/mason/bin/
|
||||
fish_add_path $HOME/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin
|
Loading…
Add table
Add a link
Reference in a new issue