Compare commits
2 Commits
5b298dac01
...
bb89997e23
| Author | SHA1 | Date | |
|---|---|---|---|
| bb89997e23 | |||
| 48353fab32 |
5
.bashrc
5
.bashrc
@@ -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
3
.tmux.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
set -g history-limit 30000
|
||||
set -g mouse on
|
||||
set -g allow-passthrough on
|
||||
Reference in New Issue
Block a user