summaryrefslogtreecommitdiff
path: root/.config/shells
diff options
context:
space:
mode:
Diffstat (limited to '.config/shells')
-rw-r--r--.config/shells/zsh/.zsh_history12
-rw-r--r--.config/shells/zsh/.zsh_sessions/4E794928-D5D5-40B7-8255-C44AC4E23992.history100
-rw-r--r--.config/shells/zsh/.zsh_sessions/4E794928-D5D5-40B7-8255-C44AC4E23992.session1
-rw-r--r--.config/shells/zsh/.zshrc4
4 files changed, 10 insertions, 107 deletions
diff --git a/.config/shells/zsh/.zsh_history b/.config/shells/zsh/.zsh_history
index 68969ac..c5f8f92 100644
--- a/.config/shells/zsh/.zsh_history
+++ b/.config/shells/zsh/.zsh_history
@@ -1,9 +1,3 @@
-cd Downloads
-ls
-git clone https://github.com/craftzdog/craftzdog-homepage.git nextjs-test
-cd nextjs-test
-ls
-npm install
npm run start
npm run build
npm run start
@@ -98,3 +92,9 @@ java Turtle.main
sudo killall Dock
e
./test
+tmux
+exit
+c
+cd shells
+v zsh/zshrc
+exit
diff --git a/.config/shells/zsh/.zsh_sessions/4E794928-D5D5-40B7-8255-C44AC4E23992.history b/.config/shells/zsh/.zsh_sessions/4E794928-D5D5-40B7-8255-C44AC4E23992.history
deleted file mode 100644
index 68969ac..0000000
--- a/.config/shells/zsh/.zsh_sessions/4E794928-D5D5-40B7-8255-C44AC4E23992.history
+++ /dev/null
@@ -1,100 +0,0 @@
-cd Downloads
-ls
-git clone https://github.com/craftzdog/craftzdog-homepage.git nextjs-test
-cd nextjs-test
-ls
-npm install
-npm run start
-npm run build
-npm run start
-ls
-cd pages
-ls
-vim index.js
-..
-npm run start
-theme
-theme
-speedtest
-serv
-exit
-go run test.go
-ls
-exit
-micro test.go
-micro test.go
-set -o emacs
-exit
-neofetch
-serv
-edit
-ls
-rm test.go
-ls
-exit
-m
-exit
-brew install tilde
-serv
-bc
-ls
-m test.go
-micro -plugin install fzf filemanager snippets
-m
-g
-ls
-cd jed
-ls
-cd src
-m
-micro
-micro ..
-cd ..
-ls
-micro src
-micro
-cd src
-m jed.java
-m jed.java
-brew install --cask iterm2
-cask
-dw
-wget https://raw.githubusercontent.com/aseom/dotfiles/master/osx/iterm2/papercolor-light.itermcolors
-ls
-rm iterm2colors
-rm papercolor-light.itermcolors
-ls
-g
-ls
-cd jed
-ls
-cd src
-ls
-m jed.java
-brew install --cask iterm2
-g
-ls
-cd jed/src
-m jed.java
-c
-ls
-cd micro
-ls
-ls
-mkdir colorscheme
-mv colorscheme colorschemes
-cd colorschemes
-wget https://raw.githubusercontent.com/zyedidia/micro/master/runtime/colorschemes/dukelight-tc.micro
-m
-ls
-m
-serv
-g
-ls
-cd Turtle
-ls
-java Turtle.main
-/Users/jmm/Documents/git/Turtle/build/Turtle ; exit;
-sudo killall Dock
-e
-./test
diff --git a/.config/shells/zsh/.zsh_sessions/4E794928-D5D5-40B7-8255-C44AC4E23992.session b/.config/shells/zsh/.zsh_sessions/4E794928-D5D5-40B7-8255-C44AC4E23992.session
deleted file mode 100644
index 7d59d95..0000000
--- a/.config/shells/zsh/.zsh_sessions/4E794928-D5D5-40B7-8255-C44AC4E23992.session
+++ /dev/null
@@ -1 +0,0 @@
-echo Restored session: "$(/bin/date -r 1652756563)"
diff --git a/.config/shells/zsh/.zshrc b/.config/shells/zsh/.zshrc
index 75f7f16..d2b735d 100644
--- a/.config/shells/zsh/.zshrc
+++ b/.config/shells/zsh/.zshrc
@@ -1,3 +1,7 @@
+if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
+ exec tmux
+fi
+
source ~/.zprofile
export SHELLDIR="$XDG_CONFIG_HOME/shells"
export ZSH="$SHELLDIR/zsh"