update various stuff
This commit is contained in:
parent
261c8ccb21
commit
07ffb6c747
4 changed files with 81 additions and 99 deletions
|
|
@ -6,10 +6,22 @@ if status is-interactive
|
|||
abbr --add tr gio trash
|
||||
abbr --add --set-cursor tldr curl cheat.sh/%
|
||||
|
||||
function alacritty
|
||||
function copy --description 'Copy to clipboard'
|
||||
fish_clipboard_copy
|
||||
end
|
||||
|
||||
function paste --description 'Paste from clipboard'
|
||||
fish_clipboard_paste
|
||||
end
|
||||
|
||||
function alacritty --description 'Create new Alacritty window'
|
||||
command alacritty msg create-window $argv
|
||||
end
|
||||
|
||||
function vman --description 'Uses Neovim as a manpager'
|
||||
man $argv | nvim +Man!
|
||||
end
|
||||
|
||||
function mvi --description 'Launches \d mpv with mvi configuration'
|
||||
mpv --config-dir=$HOME/.config/mvi/ $argv
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR --export EDITOR:nvim
|
||||
SETUVAR LESS:\x1d
|
||||
SETUVAR LESS:RAW\x2dCONTROL\x2dCHARS
|
||||
SETUVAR --export QT_QPA_PLATFORMTHEME:qt6ct
|
||||
SETUVAR __fish_initialized:3800
|
||||
SETUVAR fish_color_autosuggestion:white
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue