Update
This commit is contained in:
11
.config/fish/abbreviations.fish
Normal file
11
.config/fish/abbreviations.fish
Normal file
@ -0,0 +1,11 @@
|
||||
abbr ls 'exa --color=auto'
|
||||
abbr sl 'exa --color=auto'
|
||||
abbr ll 'exa -la --color=auto'
|
||||
abbr ip 'ip --color=auto'
|
||||
|
||||
abbr gs 'git status'
|
||||
abbr gcm 'git commit -m'
|
||||
abbr config 'git --git-dir=$HOME/config-files/ --work-tree=$HOME'
|
||||
|
||||
abbr .. 'cd ..'
|
||||
abbr vi 'vim'
|
@ -1,5 +1,14 @@
|
||||
set --export EDITOR "vim"
|
||||
set --export PF_INFO "ascii title os host kernel uptime pkgs memory wm shell editor palette"
|
||||
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
fish_add_path "$HOME/.local/bin"
|
||||
export PYTHONPATH="$HOME/Documents/Course-Material/module-o/book/src"
|
||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||
|
||||
source "$HOME/.config/fish/abbreviations.fish"
|
||||
|
||||
starship init fish | source
|
||||
|
Reference in New Issue
Block a user