Various dotfiles fixes
This commit is contained in:
1
.zshrc
1
.zshrc
@@ -114,3 +114,4 @@ export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
|
|||||||
source $HOME/dotfiles/sh_personal
|
source $HOME/dotfiles/sh_personal
|
||||||
MANPAGER="col -b | cat"
|
MANPAGER="col -b | cat"
|
||||||
MANROFFOPT="-P-c"
|
MANROFFOPT="-P-c"
|
||||||
|
eval "$(zoxide init zsh)"
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ return {
|
|||||||
layout_strategy = "horizontal",
|
layout_strategy = "horizontal",
|
||||||
sorting_strategy = "ascending",
|
sorting_strategy = "ascending",
|
||||||
selection_strategy = "reset",
|
selection_strategy = "reset",
|
||||||
initial_mode = "normal",
|
initial_mode = "insert",
|
||||||
layout_config = {
|
layout_config = {
|
||||||
horizontal = {
|
horizontal = {
|
||||||
prompt_position = "top",
|
prompt_position = "top",
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ HISTCONTROL=ignoreboth
|
|||||||
if [[ -n "$BASH_VERSION" ]]; then
|
if [[ -n "$BASH_VERSION" ]]; then
|
||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
eval "$(zoxide init bash)"
|
||||||
|
|
||||||
# check the window size after each command and, if necessary,
|
# check the window size after each command and, if necessary,
|
||||||
# update the values of LINES and COLUMNS.
|
# update the values of LINES and COLUMNS.
|
||||||
@@ -66,7 +67,6 @@ alias lt="eza --group-directories-first --icons -T -L1"
|
|||||||
alias ll="ls -lagh"
|
alias ll="ls -lagh"
|
||||||
alias bless="bat --paging=auto"
|
alias bless="bat --paging=auto"
|
||||||
alias rename-pane="~/dotfiles/scripts/rename-pane.sh"
|
alias rename-pane="~/dotfiles/scripts/rename-pane.sh"
|
||||||
alias ranger="~/.local/bin/ranger/ranger.py"
|
|
||||||
alias cat="bat -pf"
|
alias cat="bat -pf"
|
||||||
alias gl="git log"
|
alias gl="git log"
|
||||||
alias gC="git commit"
|
alias gC="git commit"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
# set shell
|
# set shell
|
||||||
set -g default-shell /bin/bash
|
# set -g default-shell /bin/bash
|
||||||
|
|
||||||
# -- general -------------------------------------------------------------------
|
# -- general -------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -367,6 +367,7 @@ tmux_conf_urlscan_options="--compact --dedupe"
|
|||||||
# -- user customizations -------------------------------------------------------
|
# -- user customizations -------------------------------------------------------
|
||||||
|
|
||||||
# this is the place to override or undo settings
|
# this is the place to override or undo settings
|
||||||
|
set-option -g detach-on-destroy off
|
||||||
|
|
||||||
# increase history size
|
# increase history size
|
||||||
set -g history-limit 99999999
|
set -g history-limit 99999999
|
||||||
|
|||||||
Reference in New Issue
Block a user