summaryrefslogtreecommitdiffstats
path: root/roles/common/files/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/files/bashrc')
-rw-r--r--roles/common/files/bashrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/common/files/bashrc b/roles/common/files/bashrc
index b86ab60..f1c69a0 100644
--- a/roles/common/files/bashrc
+++ b/roles/common/files/bashrc
@@ -15,15 +15,15 @@ alias fbx='curl -s $FBX | grep "mise en route" | cut -d " " -f10,11,12,13'
alias fbxlog='curl -s $FBX | grep -a "$(date +%x)"'
alias wifion='nmcli r wifi on'
alias wifioff='nmcli r wifi off'
-alias ltx='systemd-run --scope --user tmux ls'
-alias atx='systemd-run --scope --user tmux attach -t'
+alias ltx='tmux ls'
+alias atx='tmux attach -t'
alias addkey='torsocks gpg --keyserver hkp://zkaan2xfbuxia2wpf7ofnkbz6r5zdbbvxbunvp5g2iebopbfc4iqmbad.onion --recv-key'
alias tssh='torsocks ssh -F $HOME/.ssh/config2'
alias tscp='torsocks scp -F $HOME/.ssh/config2'
alias trsync='torsocks rsync -e "ssh -F $HOME/.ssh/config2"'
alias mnt='mount | column -t'
alias tb='nc termbin.com 9999'
-alias tmux="systemd-run --scope --user tmux"
+
# Source global definitions
if [ -f /etc/bashrc ]; then