mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Reformat all fish files
This commit is contained in:
parent
2f5438dc21
commit
0a0a2decef
11 changed files with 112 additions and 102 deletions
|
|
@ -1,12 +1,12 @@
|
|||
function configure_fish
|
||||
# Determine OS
|
||||
set uname (uname)
|
||||
# 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
|
||||
# Begin profile init
|
||||
# (These functions are defined in the functions/ directory.)
|
||||
define_global_variables
|
||||
import_sources $uname
|
||||
define_aliases $uname
|
||||
end
|
||||
|
||||
configure_fish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue