Skip to content

Commit

Permalink
shell(tmux): remove reattach-to-user-namespace
Browse files Browse the repository at this point in the history
reattach-to-user-namespace is no longer needed since MacOS 10.13
see ChrisJohnsen/tmux-MacOSX-pasteboard#66
  • Loading branch information
alvis committed Jun 3, 2020
1 parent b609a09 commit 9e3b08e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .gitignore_global
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,4 @@
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# NPM
package-lock.json
.apdisk
1 change: 0 additions & 1 deletion .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set-window-option -g xterm-keys on

# Reinstall pbcopy/pbpaste
set -g default-shell $SHELL
set -g default-command "reattach-to-user-namespace -l ${SHELL}"

# Start windows and panes at 1, not 0
set -g base-index 1
Expand Down

0 comments on commit 9e3b08e

Please sign in to comment.