Compare commits

...

2 Commits

Author SHA1 Message Date
bb89997e23 fix: removed fish from bashrc 2026-02-23 22:14:19 +01:00
48353fab32 feat: added tmux conf 2026-02-23 22:13:46 +01:00
2 changed files with 3 additions and 5 deletions

View File

@@ -4,11 +4,6 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} && ${SHLVL} == 1 ]]
then
shopt -q login_shell && LOGIN_OPTION='--login' || LOGIN_OPTION=''
exec fish $LOGIN_OPTION
fi
alias ls='ls --color=auto'
alias grep='grep --color=auto'

3
.tmux.conf Normal file
View File

@@ -0,0 +1,3 @@
set -g history-limit 30000
set -g mouse on
set -g allow-passthrough on