From c69dc0a34ead2eb8e2c1ba1582340754863c1b63 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Mon, 20 Jun 2022 23:12:58 -0500 Subject: Update shell and terminal stuffs Update the configs that control my shell and related tools. --- .Xresources | 2 +- .config/tilda/config_0 | 4 ++-- .tmux.conf | 2 +- .zshrc | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.Xresources b/.Xresources index 0bab407..c96675b 100644 --- a/.Xresources +++ b/.Xresources @@ -42,7 +42,7 @@ XTerm.vt100.utf8: true XTerm.vt100.metaSendsEscape: true XTerm.vt100.saveLines: 4096 XTerm.vt100.scrollBar: false -XTerm.vt100.faceName: Fantasque Sans Mono:size=12:antialias=true +XTerm.vt100.faceName: SourceCodePro-Regular:size=10:antialias=true XTerm.vt100.bellIsUrgent: true XTerm.vt100.backarrowkey: false XTerm.ttyModes: erase ^? diff --git a/.config/tilda/config_0 b/.config/tilda/config_0 index c094aae..685adc4 100644 --- a/.config/tilda/config_0 +++ b/.config/tilda/config_0 @@ -1,6 +1,6 @@ tilda_config_version="1.5.0" command="" -font="Fantasque Sans Mono 10" +font="Source Code Pro 10" key="t" addtab_key="t" fullscreen_key="F11" @@ -90,7 +90,7 @@ auto_hide_on_focus_lost=false auto_hide_on_mouse_leave=false title_behaviour=2 inherit_working_dir=true -command_login_shell=false +command_login_shell=true start_fullscreen=false confirm_close_tab=true back_alpha=52428 diff --git a/.tmux.conf b/.tmux.conf index 1e96e94..eda4cc4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -25,7 +25,7 @@ set -g status-left '' set -g status-right '' # Terminal settings -set -g default-terminal "tmux-256color" +set -g default-terminal "xterm" set -g terminal-overrides ",xterm-termite:Tc" # Mouse diff --git a/.zshrc b/.zshrc index 22faea7..cb17c75 100644 --- a/.zshrc +++ b/.zshrc @@ -43,7 +43,7 @@ alias ls="ls --color=auto" alias pacin="sudo pacman -S" alias pacr="sudo pacman -Rns" alias pacup="sudo pacman -Syu;auracle sync" -alias msfconsole="sudo msfconsole -q" +alias msfconsole="msfconsole -q" # Prompt settings setopt prompt_subst -- cgit v1.2.3