Merge branch 'master' of github.com:andrei-stoica/dotfiles
This commit is contained in:
commit
e1d9cf98e8
7
.aliases
7
.aliases
|
|
@ -7,12 +7,11 @@ alias cdclip="cd \$(xclip -o -selection clipboard)"
|
||||||
alias clipi='xclip -i -selection clipboard'
|
alias clipi='xclip -i -selection clipboard'
|
||||||
alias clipo='xclip -o -selection clipboard'
|
alias clipo='xclip -o -selection clipboard'
|
||||||
alias ssh-agent='ssh-agent -t 1h'
|
alias ssh-agent='ssh-agent -t 1h'
|
||||||
alias tm='tmux new-session -A -s sys'
|
alias ssh-home='ssh home-server -p 4944'
|
||||||
alias ssh-home='ssh home-server'
|
alias tmh='ssh home-server -p 4944 -t "tmux new -A -s sys"'
|
||||||
alias tmh='ssh home-server -t "tmux new -A -s sys"'
|
|
||||||
alias tm='tmux new -A -s '
|
alias tm='tmux new -A -s '
|
||||||
alias tms='tmux new -A -s sys'
|
alias tms='tmux new -A -s sys'
|
||||||
alias hsfs='sshfs andrei@home-server:/utility /hsfs'
|
alias hsfs='sshfs -p 4944 andrei@home-server:/utility /hsfs'
|
||||||
alias uhsfs='sudo umount /hsfs'
|
alias uhsfs='sudo umount /hsfs'
|
||||||
alias exfs='sudo zpool import external'
|
alias exfs='sudo zpool import external'
|
||||||
alias uexfs='sudo zpool export external'
|
alias uexfs='sudo zpool export external'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue