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
51f88d08
Commit
51f88d08
authored
May 17, 2013
by
Bruno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing wrong formatting on readme.
parent
cff8a47d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
README.markdown
README.markdown
+9
-7
No files found.
README.markdown
View file @
51f88d08
...
@@ -51,32 +51,34 @@ I'm hoping to collect a bunch of themes for our command prompts. You can see exi
...
@@ -51,32 +51,34 @@ I'm hoping to collect a bunch of themes for our command prompts. You can see exi
If you wish to use fish as your default shell, use the following command:
If you wish to use fish as your default shell, use the following command:
grep -q '^/usr/local/bin/fish$' /etc/shells; or echo '/usr/local/bin/fish' | sudo tee -a /etc/shells
grep -q '^/usr/local/bin/fish$' /etc/shells; or echo '/usr/local/bin/fish' | sudo tee -a /etc/shells
chsh -s /usr/local/bin/fish
chsh -s /usr/local/bin/fish
chsh will prompt you for your password, and change your default shell.
chsh will prompt you for your password, and change your default shell.
To switch your default shell back, you can run:
To switch your default shell back, you can run:
chsh -s /bin/bash
chsh -s /bin/bash
Substitute /bin/bash with /bin/tcsh or /bin/zsh as appropriate.
Substitute /bin/bash with /bin/tcsh or /bin/zsh as appropriate.
### Manual installation
### Manual installation
1.
Clone the repository
1.
Clone the repository
```
git clone git://github.com/bpinto/oh-my-fish.git ~/.oh-my-fish
git clone git://github.com/bpinto/oh-my-fish.git ~/.oh-my-fish
```
2.
Create a new fish config by copying the fish template we've provided.
2.
Create a new fish config by copying the fish template we've provided.
```
cp ~/.oh-my-fish/templates/config.fish ~/.config/fish/config.fish
cp ~/.oh-my-fish/templates/config.fish ~/.config/fish/config.fish
```
3.
Start / restart fish (just open a new terminal)
3.
Start / restart fish (just open a new terminal)
##. Oh My ZSH
##. Oh My ZSH
This project is heavily inspired by
"oh-my-zsh":https://github.com/robbyrussell/oh-my-zsh/
This project is heavily inspired by
[
oh-my-zsh
][
oh-my-zsh
]
Thank you so much!
[
oh-my-zsh
]:
https://github.com/robbyrussell/oh-my-zsh/
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