From f8649f2913cab3e9c381dfe3d23016866bdf0929 Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Fri, 4 Apr 2025 14:52:00 +0400 Subject: refactor --- zsh/.config/zsh/.zprofile | 3 +++ zsh/.config/zsh/.zshrc | 13 ------------- 2 files changed, 3 insertions(+), 13 deletions(-) (limited to 'zsh') diff --git a/zsh/.config/zsh/.zprofile b/zsh/.config/zsh/.zprofile index 38df93c..9e5f5fd 100644 --- a/zsh/.config/zsh/.zprofile +++ b/zsh/.config/zsh/.zprofile @@ -4,3 +4,6 @@ export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt # User defaults export EDITOR="nvim" export PAGER="less" + +#CMake +export CMAKE_EXPORT_COMPILE_COMMANDS=1 diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 4b256ce..fe0a35f 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -138,16 +138,3 @@ alias gsw='git switch' # Shell integrations source <(fzf --zsh) - - -# Start tmux - -function start_tmux() { - if type tmux &> /dev/null; then - if [[ -z "$TMUX" && -z $TERMINAL_CONTEXT ]]; then - tmux -2 new-session -A -s home - fi - fi -} - -start_tmux -- cgit v1.2.3