mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-09-04 00:34:00 +00:00
13 lines
256 B
Fish
13 lines
256 B
Fish
function configure_fish
|
|
# Determine OS
|
|
set uname (uname)
|
|
|
|
# Begin profile init
|
|
# (These functions are defined in the functions/ directory.)
|
|
define_global_variables
|
|
import_sources $uname
|
|
define_aliases $uname
|
|
end
|
|
|
|
configure_fish
|