Add fish powerline
This commit is contained in:
parent
3c1283f841
commit
ba36581f68
3 changed files with 11 additions and 0 deletions
3
src/Fish/.install.fish
Executable file
3
src/Fish/.install.fish
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env fish
|
||||
mkdir -p ~/.config/fish
|
||||
cp config.fish ~/.config/fish/
|
5
src/Fish/README.md
Normal file
5
src/Fish/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Fish
|
||||
Install to `~/.config/fish/`.
|
||||
|
||||
## Powerline
|
||||
<https://wiki.archlinux.org/title/Powerline>
|
3
src/Fish/config.fish
Normal file
3
src/Fish/config.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
set fish_function_path $fish_function_path "/usr/share/powerline/bindings/fish"
|
||||
source /usr/share/powerline/bindings/fish/powerline-setup.fish
|
||||
powerline-setup
|
Loading…
Reference in a new issue