add: rofi ssh sftp selector

fix: auto linker for home removed
This commit is contained in:
Tobias Reisinger 2019-10-03 01:30:26 +02:00
parent 873062e899
commit 4b1b3e4dec
3 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
alias aliases='vim ~/.bash_aliases && bashrc-reload'
alias bashrc-reload='source ~/.bashrc'
alias config-bashrc='vim ~/.bashrc && reload-bashrc'
alias config-bashrc='vim ~/.bashrc && bashrc-reload'
alias config-dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
alias config-i3='vim ~/.config/i3/config'
alias config-i3status='vim ~/.config/i3status/config'
@ -26,8 +26,11 @@ alias ls='ls -Flh --color=never'
alias lsblk='lsblk -o +PARTLABEL -o +FSTYPE'
alias md5='ms5'
alias md5sum-dir='function _md5sum-dir(){ find $1 -type f -exec md5sum {} \; | md5sum; }; _md5sum-dir'
alias pacman-autoremove='sudo pacman -Rns $(pacman -Qtdq)'
alias ssh-sftp='$(read -t 2 -r tool; if [[ -z "$tool" ]]; then tool="ssh"; fi; echo $tool)'
alias rm='rm -I'