From 9a093e4abf075e3f1be42e6d1b223390863ade5e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 6 Oct 2024 01:05:23 +0200 Subject: Update --- shenanigans.sh | 7 +++++-- tmux.conf | 6 ++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/shenanigans.sh b/shenanigans.sh index 12957c3..ed784f8 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -25,8 +25,9 @@ export PS1="[\033[38;5;166m\]\u@\h\[$(tput sgr0)\]]$(is_inside_nix_shell)\[\033[ # General aliases. -alias l='ls -lh' -alias ll='ls -lha' +alias ls='ls --color=none' +alias l='ls -lh --color=none' +alias ll='ls -lha --color=none' alias t='tree -L 2' alias ..='cd ..' alias h='history' @@ -34,6 +35,8 @@ alias grep='grep --color=always' alias less='less -R' alias tmux='tmux -u' alias server='python3 -m http.server 6969' +alias www='lynx -accept_all_cookies -scrollbar https://lite.duckduckgo.com' +alias st='st -g 90x40 -f "BerkeleyMono:style=Bold:size=16:antialias=true:autohint:true"' # Custom folder jump commands. diff --git a/tmux.conf b/tmux.conf index d6593e5..871c484 100644 --- a/tmux.conf +++ b/tmux.conf @@ -12,11 +12,9 @@ set -g base-index 1 set-window-option -g pane-base-index 1 set -g renumber-windows on -set -g status-bg '#333333' +set -g status-bg '#222222' set -g status-fg '#ffffff' -set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" -set -g window-style 'bg=#181818' -set -g window-active-style 'bg=#111111' +set -g window-status-current-format "#[fg=#ffffff]#[bg=#000000]#[fg=#ffffff]#[bg=#000000] #I:#W #[fg=#ffffff]#[bg=#000000]" bind-key Up select-pane -U bind-key Down select-pane -D -- cgit v1.2.3