Initial commit

This commit is contained in:
Alexander
2026-02-08 01:53:11 +03:00
commit 73088e39cd
145 changed files with 13671 additions and 0 deletions

13
fish/config.fish Executable file
View File

@@ -0,0 +1,13 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
function fish_greeting
# echo "Hi, POTI" | figlet
# fastfetch
# alias fastfetch="fastfetch -l arch2"
alias VNC="wayvnc -d -r -g -f 60 129.168.0.0"
alias PROXY="HTTPS_PROXY=\"http://localhost:2080/\" HTTP_PROXY=\"http://localhost:2080\""
# alias ProgressQuest="nohup progress-quest > /dev/null &"
alias birth-date='stat / | grep "Birth:"'
end