mirror of
https://github.com/vale981/dotfiles
synced 2025-03-07 02:21:43 -05:00
6 lines
No EOL
161 B
Fish
6 lines
No EOL
161 B
Fish
set fish_greeting ""
|
|
set -gx PATH $HOME/.scripts $PATH
|
|
set -g theme_display_date no
|
|
set -g fish_key_bindings fish_default_key_bindings
|
|
|
|
alias mktargz "tar -zcvf" |