Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
O
oh-my-fish
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
oh-my-fish
Commits
8d7ccec6
Commit
8d7ccec6
authored
Jan 10, 2015
by
Bruno Pinto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
using --from syntax
parent
235bcf78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
test/oh_my_fish.fish
test/oh_my_fish.fish
+4
-5
No files found.
test/oh_my_fish.fish
View file @
8d7ccec6
...
@@ -34,15 +34,14 @@ function describe_oh_my_fish
...
@@ -34,15 +34,14 @@ function describe_oh_my_fish
end
end
function it_loads_all_oh_my_fish_functions
function it_loads_all_oh_my_fish_functions
list.erase "$fish_path/functions/" fish_function_path
list.erase "$fish_path/functions/"
--from
fish_function_path
load_oh_my_fish
load_oh_my_fish
expect $fish_function_path to_include $fish_path/functions/
expect $fish_function_path to_include $fish_path/functions/
end
end
function it_loads_all_selected_plugins
function it_loads_all_selected_plugins
list.erase "$fish_path/plugins/bak" fish_function_path
list.erase "$fish_path/plugins/bak" "$fish_path/plugins/z" --from fish_function_path
list.erase "$fish_path/plugins/z" fish_function_path
set fish_plugins bak z
set fish_plugins bak z
load_oh_my_fish
load_oh_my_fish
...
@@ -51,7 +50,7 @@ function describe_oh_my_fish
...
@@ -51,7 +50,7 @@ function describe_oh_my_fish
end
end
function it_loads_plugins_from_custom_folder
function it_loads_plugins_from_custom_folder
array.delete "$fish_custom/plugins/example"
fish_function_path
list.erase "$fish_custom/plugins/example" --from
fish_function_path
set fish_plugins example
set fish_plugins example
load_oh_my_fish
load_oh_my_fish
...
@@ -59,7 +58,7 @@ function describe_oh_my_fish
...
@@ -59,7 +58,7 @@ function describe_oh_my_fish
end
end
function it_loads_the_selected_theme
function it_loads_the_selected_theme
list.erase "$fish_path/themes/l" fish_function_path
list.erase "$fish_path/themes/l"
--from
fish_function_path
set fish_theme l
set fish_theme l
load_oh_my_fish
load_oh_my_fish
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment