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
03833fda
Commit
03833fda
authored
Oct 18, 2013
by
Bruno Pinto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fish has renamed . to source
parent
0c2805fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
oh-my-fish.fish
oh-my-fish.fish
+3
-3
plugins/fry/fry.load
plugins/fry/fry.load
+1
-1
templates/config.fish
templates/config.fish
+1
-1
No files found.
oh-my-fish.fish
View file @
03833fda
...
@@ -33,11 +33,11 @@ function _fish_source_plugin_load_file
...
@@ -33,11 +33,11 @@ function _fish_source_plugin_load_file
set -l load_file_path "plugins/$plugin/$plugin.load"
set -l load_file_path "plugins/$plugin/$plugin.load"
if test -e $fish_path/$load_file_path
if test -e $fish_path/$load_file_path
.
$fish_path/$load_file_path
source
$fish_path/$load_file_path
end
end
if test -e $fish_custom/$load_file_path
if test -e $fish_custom/$load_file_path
.
$fish_custom/$load_file_path
source
$fish_custom/$load_file_path
end
end
end
end
...
@@ -80,7 +80,7 @@ _fish_load_theme $fish_theme
...
@@ -80,7 +80,7 @@ _fish_load_theme $fish_theme
# Source all files inside custom folder
# Source all files inside custom folder
for config_file in $fish_custom/*.load
for config_file in $fish_custom/*.load
.
$config_file
source
$config_file
end
end
# Re-adding user's functions so they have the highest priority
# Re-adding user's functions so they have the highest priority
...
...
plugins/fry/fry.load
View file @
03833fda
### Main program
### Main program
if test -d /usr/local/share/fry/fry.fish
if test -d /usr/local/share/fry/fry.fish
.
/usr/local/share/fry/fry.fish
source
/usr/local/share/fry/fry.fish
end
end
templates/config.fish
View file @
03833fda
...
@@ -12,4 +12,4 @@ set fish_theme robbyrussell
...
@@ -12,4 +12,4 @@ set fish_theme robbyrussell
#set fish_custom $HOME/dotfiles/oh-my-fish
#set fish_custom $HOME/dotfiles/oh-my-fish
# Load oh-my-fish configuration.
# Load oh-my-fish configuration.
.
$fish_path/oh-my-fish.fish
source
$fish_path/oh-my-fish.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