Consolidated fish functions into literate config and solved some logistic issues..
This commit is contained in:
parent
6dd201e094
commit
a40301242b
2 changed files with 22 additions and 0 deletions
|
@ -255,3 +255,23 @@ colorscript random
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
|
|
||||||
set -gx PATH "$HOME/.cabal/bin:$HOME/.ghcup/bin:$PATH"
|
set -gx PATH "$HOME/.cabal/bin:$HOME/.ghcup/bin:$PATH"
|
||||||
|
|
||||||
|
function phil-fix-names
|
||||||
|
perl-rename 'y/A-Z/a-z/' * && perl-rename 'y/ /-/' *
|
||||||
|
end
|
||||||
|
|
||||||
|
function polish
|
||||||
|
setxkbmap -model pc104 -layout pl -option compose:rctrl
|
||||||
|
end
|
||||||
|
|
||||||
|
function vps
|
||||||
|
ssh -p 2222 phil@46.38.232.163 -i ~/.ssh/id_ed25519_nopass
|
||||||
|
end
|
||||||
|
|
||||||
|
function vpssh
|
||||||
|
sshfs phil@46.38.232.163:/srv/ ~/remote/vps-srv -p 2222 -o identityFile=~/.ssh/id_ed25519_nopass -o reconnect $argv;
|
||||||
|
end
|
||||||
|
|
||||||
|
function vpsshu
|
||||||
|
fusermount3 -u ~/remote/vps-srv/ $argv;
|
||||||
|
end
|
||||||
|
|
2
.stow-local-ignore
Normal file
2
.stow-local-ignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
\.git
|
||||||
|
README.org
|
Loading…
Reference in a new issue