summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-01-07 22:22:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-01-08 10:02:57 -0700
commitc32075f1f6e8540fa043e33fff84a982d6e44a2d (patch)
treeb4f9a32ae865efdace82cacc431df62d93315d2a /.profile
parent524b7946e12a9c7d8df7598d7fd196ea58869c94 (diff)
downloaddotfiles-c32075f1f6e8540fa043e33fff84a982d6e44a2d.tar.gz
fix line break in DAK_INSPECT_UPLOAD
Diffstat (limited to '.profile')
-rwxr-xr-x.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.profile b/.profile
index 3141b037..c9c9e8f2 100755
--- a/.profile
+++ b/.profile
@@ -49,8 +49,8 @@ TERMINAL=xfce4-terminal; export TERMINAL
DEBFULLNAME="Sean Whitton"; export DEBFULLNAME
DEBEMAIL=spwhitton@spwhitton.name; export DEBEMAIL
DGIT_SCHROOT_CHROOT=sid; export DGIT_SCHROOT_CHROOT
-DAK_INSPECT_UPLOAD='tmux new-session -d -s mc 2>/dev/null; \
- tmux new-window -n "{changes}" -t mc:^ -k "cd {directory}; mc"'
+DAK_INSPECT_UPLOAD='tmux new-session -d -s mc 2>/dev/null
+tmux new-window -n "{changes}" -t mc:^ -k "cd {directory}; mc"'
export DAK_INSPECT_UPLOAD
if command -v less >/dev/null; then