mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-07-17 08:09:35 +00:00
refactor: simplify fish prompt and configs
This commit is contained in:
parent
fddae3ba36
commit
7da5ead1ed
32 changed files with 139 additions and 1156 deletions
|
|
@ -1,13 +0,0 @@
|
|||
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
|
||||
ssh_agent_startup
|
||||
end
|
||||
|
||||
configure_fish
|
||||
Loading…
Add table
Add a link
Reference in a new issue