This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Remove SHLVL env using shell alias instead of tmux.conf
pull/1/head
10sr
10 years ago
parent
3b1cdbce9d
commit
30bf3b91b7
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
shrc
+0
-1
tmux.conf
+ 1
- 0
shrc
View File
@@ -732,6 +732,7 @@ __realpath(){
fi
}
__safe_alias tmux='env -u SHLVL tmux'
tx(){
tmux start-server
if test -z "$1"
+ 0
- 1
tmux.conf
View File
@@ -21,7 +21,6 @@ setw -g mode-mouse off
#set -g default-command /bin/bash
#set -g default-path "$HOME"
set-environment -u SHLVL
# try to set title of terminal tmux is running on
# set -g set-titles off
Write
Preview
Loading…
Cancel
Save