mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 15:11:35 +01:00
Some experimental changes to ssh
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
Host atlantismedion
|
||||
IdentityFile ~/.ssh/atlantismedion
|
||||
Host gitlab.cs.fau.de
|
||||
IdentityFile ~/.ssh/gitrsa
|
||||
Host *.fauiwg.de
|
||||
|
||||
@@ -4,3 +4,9 @@ URxvt.*.scrollBar: off
|
||||
URxvt.print-pipe: true
|
||||
|
||||
URxvt.perl-ext-common: selection-to-clipboard
|
||||
|
||||
!experimental
|
||||
!URxvt*externalBorder: 3
|
||||
!URxvt*borderLess: false
|
||||
!URxvt*internalBorder: 5
|
||||
!URxvt*borderColor: red
|
||||
|
||||
7
zshrc
7
zshrc
@@ -232,6 +232,13 @@ if [[ $HOST =~ faui* ]]; then
|
||||
fi
|
||||
|
||||
### Experimental ###
|
||||
alias unfuck="printf '\033]708;black\007'"
|
||||
ssh_func(){
|
||||
printf '\033]708;red\007';
|
||||
ssh $@;
|
||||
printf '\033]708;black\007'
|
||||
}
|
||||
alias -g ssh="ssh_func"
|
||||
alias hs='eval $(cat ~/.config/zshhistory.log | peco)'
|
||||
alias cfind='print -z $(cat ~/.config/zshhistory.log | peco)'
|
||||
hhs(){print -z "$(cat ~/.config/zshhistory.log | peco)"}
|
||||
|
||||
Reference in New Issue
Block a user