aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tmux/.tmux.conf6
-rw-r--r--zsh/.zsh/export.zsh7
-rw-r--r--zsh/.zshrc2
3 files changed, 13 insertions, 2 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index eb75685..a91f370 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -1,5 +1,9 @@
set -g default-terminal "screen-256color"
-set -g status-bg magenta
+set -g status-bg green
set -g status-fg white
+
+unbind C-b
set -g prefix C-o
+
+set -g default-shell /bin/zsh
diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh
index b6a400f..a978e4b 100644
--- a/zsh/.zsh/export.zsh
+++ b/zsh/.zsh/export.zsh
@@ -34,6 +34,8 @@ prepend_path "${HOME}/.cargo/bin"
prepend_path "${HOME}/.cabal/bin"
prepend_path "${HOME}/.local/bin"
+prepend_path "/mnt/data/tools/panda/bambu-9.7-dev/bin"
+
append_path "/opt/Xilinx/Vivado/2019.1/bin"
append_path "/opt/intelFPGA_lite/18.1/quartus/bin"
@@ -65,3 +67,8 @@ fi
# Travis
[ -r "$HOME/.travis/travis.sh" ] && source "$HOME/.travis/travis.sh"
+
+export CDS_LIC_FILE=5280@ee-llic01.ee.ic.ac.uk
+export SNPS_LICENSE_FILE=7182@ee-llic01.ee.ic.ac.uk
+export MGLS_LICENSE_FILE=1717@ee-llic01.ee.ic.ac.uk
+export LM_LICENSE_FILE=2100@ee-llic01.ee.ic.ac.uk:7193@ee-llic01.ee.ic.ac.uk:5280@ee-llic01.ee.ic.ac.uk:7182@ee-llic01.ee.ic.ac.uk:1717@ee-llic01.ee.ic.ac.uk
diff --git a/zsh/.zshrc b/zsh/.zshrc
index ccf9080..7d7982a 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -25,7 +25,7 @@ setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_SPACE
setopt HIST_FIND_NO_DUPS
-if [ -d ~/.cache/wal ]; then (cat ~/.cache/wal/sequences &) fi
+#if [ -d ~/.cache/wal ]; then (cat ~/.cache/wal/sequences &) fi
# Sourcing everything
if [ -e /usr/share/fzf/key-bindings.zsh ]; then source /usr/share/fzf/key-bindings.zsh; fi