mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-22 14:54:23 +00:00
Update
This commit is contained in:
parent
ac2fa41326
commit
d47ea5c5ff
5 changed files with 16 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "fisher"]
|
||||
path = fisher
|
||||
url = https://github.com/jorgebucaran/fisher
|
3
config.fish
Normal file
3
config.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
# Created by `userpath` on 2020-10-08 17:06:33
|
||||
set PATH $PATH /mnt/tera/ext4/data/local/bin
|
1
fisher
Submodule
1
fisher
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c2c091f33ea83cbcb67ac2d8d912c2cfddd5e4a6
|
4
functions/ampache-localplay-vlc.fish
Normal file
4
functions/ampache-localplay-vlc.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Defined in - @ line 1
|
||||
function ampache-localplay-vlc --wraps='vlc -I qt --extraintf http --http-port 40000' --description 'alias ampache-localplay-vlc=vlc -I qt --extraintf http --http-port 40000'
|
||||
vlc -I qt --extraintf http --http-port 40000 $argv;
|
||||
end
|
5
functions/winfix.fish
Normal file
5
functions/winfix.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
function winfix
|
||||
sudo umount /dev/sda2
|
||||
sudo ntfsfix -d /dev/sda2
|
||||
sudo mount -a
|
||||
end
|
Loading…
Reference in a new issue