Update 2024-02-14 15:56 Darwin/arm64-GH2T6W9K6H

This commit is contained in:
c0dev0id 2024-02-14 15:56:52 +01:00
parent af36d02156
commit 288c6b172f
2 changed files with 7 additions and 6 deletions

View File

@ -24,6 +24,7 @@ if [ -f ~/.ssh/config ]
then
ARGS="$(awk '/^Host .*/ { print $2 }' ~/.ssh/config)"
add "set -A complete_ssh -- " "$ARGS"
add "set -A complete_scp -- " "$ARGS"
fi
#

12
.kshrc
View File

@ -13,8 +13,7 @@ PATH=~/.bin\
:/usr/local/bin\
:/usr/local/sbin\
:/usr/X11R6/bin\
:/usr/ports/infrastructure/bin\
:/opt/homebrew/bin
:/usr/ports/infrastructure/bin
export PATH
### LANGUAGE
@ -109,8 +108,9 @@ alias tuta="tut -u 'sh@bsd.network uugrn@chaos.social'"
# servers
alias x="ssh -t sdk@home.codevoid.de tmux -u at \|\| tmux"
alias l="ssh -t d034266@ld5587 tmux -u at \|\| tmux"
alias myps="ps -fU sdk"
myps() { ps -fU $(whoami); }
alias portroach="portroach-cli -m codevoid"
@ -119,6 +119,7 @@ alias ugrep="\ugrep -nI --exclude=tags --exclude=.tags --exclude='cscope.*'"
########################################################################
# AMUSED
########################################################################
alias amused-next="_amused_cmd next"
alias amused-prev="_amused_cmd prev"
alias amused-play="_amused_cmd play"
@ -191,10 +192,10 @@ alias mutt-paypal="mutt-textmail paypal"
alias mutt-uugrn="mutt-codevoid uugrn"
alias mutt-vorstand="mutt-codevoid vorstand"
########################################################################
# PORT TOOLS
########################################################################
CVSROOT="sdk@cvs.openbsd.org:/cvs"
export CVSROOT
@ -227,14 +228,13 @@ pj() {
&& cd $(echo "$LIST" | fzf -e -i) \
|| cd $LIST
}
########################################################################
# REMIND
########################################################################
alias rem="remind -@1,1,1 -c+cu4 -wt ~sdk/.reminders.rem"
alias remy="remind -@1,1,1 -c+cu52 -wt ~sdk/.reminders.rem | less"
#alias rem="remind -@1,1,1 -c+3 -g ~sdk/.reminders.rem"
#alias remy="remind -cu12 -wt ~sdk/.reminders | less -r"
alias rems="remind -n ~sdk/.reminders | sort -n | head -10"
alias remc="remindcal ~sdk/.reminders"
alias rem-personal="rem-edit personal"