Compare commits

..

No commits in common. 'cb9e5e3a95f455cb77a1d33bf4eee3c9a343105b' and 'ed4f58b6ee2420954c01234158aa22e24e77628b' have entirely different histories.

  1. 8
      .p10k.zsh
  2. 3
      .tmux.conf

@ -95,7 +95,7 @@
vim_shell # vim shell indicator (:sh)
midnight_commander # midnight commander shell (https://midnight-commander.org/)
nix_shell # nix shell (https://nixos.org/nixos/nix-pills/developing-with-nix-shell.html)
vpn_ip # virtual private network indicator
# vpn_ip # virtual private network indicator
# load # CPU load
# disk_usage # disk usage
# ram # free RAM
@ -103,13 +103,13 @@
todo # todo items (https://github.com/todotxt/todo.txt-cli)
timewarrior # timewarrior tracking status (https://timewarrior.net/)
taskwarrior # taskwarrior task count (https://taskwarrior.org/)
cpu_arch # CPU architecture
# cpu_arch # CPU architecture
time # current time
# =========================[ Line #2 ]=========================
newline
# ip # ip address and bandwidth usage for a specified network interface
public_ip # public IP address
proxy # system-wide http/https/ftp proxy
# public_ip # public IP address
# proxy # system-wide http/https/ftp proxy
# battery # internal battery
# wifi # wifi speed
# example # example user-defined segment (see prompt_example function below)

@ -69,9 +69,6 @@ set -g pane-base-index 1
# tip from https://github.com/vim/vim/issues/3608
set -ag terminal-overrides ",xterm-256color:Tc"
# synchronize panes
bind e setw synchronize-panes ; display "Sync #{?pane_synchronized,ON,OFF}"
# tpm install: git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)

Loading…
Cancel
Save