Add fin
This commit is contained in:
parent
6ee554d9c5
commit
7fccedeef8
@ -536,7 +536,7 @@ killall Finder
|
|||||||
Makes possible to see Finder menu item "Quit Finder" with default shortcut <kbd>Cmd</kbd> + <kbd>Q</kbd>
|
Makes possible to see Finder menu item "Quit Finder" with default shortcut <kbd>Cmd</kbd> + <kbd>Q</kbd>
|
||||||
```bash
|
```bash
|
||||||
# Enable
|
# Enable
|
||||||
defaults write com.apple.finder QuitMenuItem -bool true && \
|
defaults write com.apple.finder QuitMenuItem -bool true && \
|
||||||
killall Finder
|
killall Finder
|
||||||
|
|
||||||
# Disable (Default)
|
# Disable (Default)
|
||||||
@ -1535,6 +1535,7 @@ chsh -s $(brew --prefix)/bin/fish
|
|||||||
|
|
||||||
- [Homepage](http://fishshell.com) - A smart and user-friendly command line
|
- [Homepage](http://fishshell.com) - A smart and user-friendly command line
|
||||||
shell for OS X, Linux, and the rest of the family.
|
shell for OS X, Linux, and the rest of the family.
|
||||||
|
- [fin](https://github.com/fishery/fin) - One-file, no-configuration, concurrent plugin manager for the fish shell.
|
||||||
- [Fisherman](http://fisherman.sh) - A blazing fast, modern plugin manager for Fish.
|
- [Fisherman](http://fisherman.sh) - A blazing fast, modern plugin manager for Fish.
|
||||||
- [The Fishshell Framework](https://github.com/oh-my-fish/oh-my-fish) - Provides core infrastructure to allow you to install packages which extend or modify the look of your shell.
|
- [The Fishshell Framework](https://github.com/oh-my-fish/oh-my-fish) - Provides core infrastructure to allow you to install packages which extend or modify the look of your shell.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user