Add dotfile tree
This commit is contained in:
29
tree/.config/fish/config.fish
Normal file
29
tree/.config/fish/config.fish
Normal file
@ -0,0 +1,29 @@
|
||||
set -x PATH $PATH $HOME/.cargo/bin $HOME/.local/bin $HOME/Projekt/sh
|
||||
set -x GPG_TTY (tty)
|
||||
set -x BROWSER firefox
|
||||
set -x EDITOR nvim
|
||||
|
||||
# misc abbrs
|
||||
abbr --add e $EDITOR
|
||||
abbr --add bt bluetoothctl
|
||||
|
||||
# rust core tools
|
||||
abbr --add ls exa
|
||||
abbr --add cat bat
|
||||
abbr --add find fd
|
||||
abbr --add grep rg
|
||||
|
||||
# git abbrs
|
||||
abbr --add ga git add
|
||||
abbr --add gc git commit
|
||||
abbr --add gd git diff
|
||||
abbr --add gp git push
|
||||
abbr --add gpu git push -u origin
|
||||
abbr --add gl git pull
|
||||
abbr --add gr git reset
|
||||
abbr --add gst git status
|
||||
abbr --add gsta git stash push
|
||||
abbr --add gstp git stash pop
|
||||
|
||||
|
||||
starship init fish | source
|
||||
Reference in New Issue
Block a user