mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 02:40:14 +00:00
speed up fish
This commit is contained in:
@ -10,6 +10,7 @@ function abbrs --description 'All abbreviations'
|
||||
abbr -a c 'cd'
|
||||
abbr -a -- - 'cd -'
|
||||
abbr -a proj 'cd $PROJ'
|
||||
abbr -a mkd 'mkdir -pv'
|
||||
|
||||
# Tmux
|
||||
abbr -a ta 'tmux attach-session'
|
||||
|
8
fish.configlink/functions/generate_fish_colors.fish
Normal file
8
fish.configlink/functions/generate_fish_colors.fish
Normal file
@ -0,0 +1,8 @@
|
||||
# This function creates an output file of just the printf values for
|
||||
# modifying the shell colors. This output file is used to load the
|
||||
# current colors into my shell much faster than running the function on
|
||||
# prompt.
|
||||
|
||||
function generate_fish_colors --description "Create fish colors file"
|
||||
theme_gruvbox dark > $DOTS/fish.configlink/fish_colors
|
||||
end
|
Reference in New Issue
Block a user