mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-22 14:54:23 +00:00
Add a few new functions
This commit is contained in:
parent
403734645e
commit
6f0cabdc6f
3 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR BROWSER:firefox\x2ddeveloper\x2dedition
|
||||
SETUVAR --path PATH:/usr/local/sbin\x1e/usr/local/bin\x1e/usr/bin\x1e/usr/lib/jvm/default/bin\x1e/usr/bin/site_perl\x1e/usr/bin/vendor_perl\x1e/usr/bin/core_perl\x1e/home/steffo/\x2ebin/
|
||||
SETUVAR __fish_initialized:3100
|
||||
SETUVAR fish_color_autosuggestion:3a3a3a
|
||||
SETUVAR fish_color_cancel:normal
|
||||
|
@ -30,3 +32,4 @@ SETUVAR fish_pager_color_completion:normal
|
|||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||
SETUVAR fish_user_paths:/home/steffo/\x2ebin/
|
||||
|
|
4
functions/osu-latency-fix.fish
Normal file
4
functions/osu-latency-fix.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
function osu-latency-fix
|
||||
pactl unload-module 7
|
||||
pactl load-module module-alsa-card device_id=1 name=usb-0d8c_USB_Sound_Device-00-Device card_name=alsa_card.usb-0d8c_USB_Sound_Device-00-Device namereg_fail=false tsched=no fixed_latency_range=yes ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1" fragments=1 fragment_size=15
|
||||
end
|
3
functions/yay-update-all.fish
Normal file
3
functions/yay-update-all.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function yay-update-all --wraps='yay --needed --overwrite "*" --answerclean None --answerdiff None --answeredit None --answerupgrade None --sudoloop --noconfirm' --wraps='yay --overwrite "*" --answerclean None --answerdiff None --answeredit None --answerupgrade None --sudoloop --noconfirm' --description 'alias yay yay --needed --overwrite "*" --answerclean None --answerdiff None --answeredit None --answerupgrade None --sudoloop --noconfirm'
|
||||
command yay -Syu --needed --overwrite "*" --answerclean None --answerdiff None --answeredit None --answerupgrade None --sudoloop --noconfirm $argv
|
||||
end
|
Loading…
Reference in a new issue