Add fish powerline
This commit is contained in:
parent
3c1283f841
commit
ba36581f68
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env fish
|
||||
mkdir -p ~/.config/fish
|
||||
cp config.fish ~/.config/fish/
|
|
@ -0,0 +1,5 @@
|
|||
# Fish
|
||||
Install to `~/.config/fish/`.
|
||||
|
||||
## Powerline
|
||||
<https://wiki.archlinux.org/title/Powerline>
|
|
@ -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 New Issue