Compare commits

..

No commits in common. "b9d858d04ecad5a2e85de342ba72e2dbcb266b14" and "0fe541170866d32d4bf744d4e7891aca1bb4ec45" have entirely different histories.

2 changed files with 0 additions and 37 deletions

View file

@ -1,30 +0,0 @@
function vim {
if [[ -z "$@" ]]; then
if [[ -f "./.session.vim" ]]; then
nvim -S .session.vim --listen /tmp/nvim.pipe -c 'lua vim.g.savesession = true'
else
nvim --listen /tmp/nvim.pipe -c 'lua vim.g.savesession = true'
fi
else
nvim --listen /tmp/nvim.pipe "$@"
fi
}
function sourceall(){
set -e
pids=$(pgrep zsh)
while IFS= read -r pid; do
kill -USR1 "$pid"
done <<< "$pids"
set +e
}
function routevpn(){
sudo route -n add $1 10.8.0.1
}
alias ls="eza --icons -l --sort type"
alias lg="lazygit"
alias calcurse-caldav='CALCURSE_CALDAV_PASSWORD=$(keyring get caldav afonso) calcurse-caldav'
alias routes="netstat -rn -f inet"

7
.gitignore vendored
View file

@ -1,7 +0,0 @@
id_ed25519_sk
id_ed25519_sk.pub
touch_key
touch_key.pub
.session.vim
known_hosts
known_hosts.old