Updates
This commit is contained in:
parent
478fd785d6
commit
c22915268b
2 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
set EDITOR vim
|
||||
ssh-add > /dev/null &> /dev/null
|
||||
if not set -q TMUX && not set -q DISABLE_TMUX
|
||||
tmux attach || exec tmux new-session
|
||||
tmux attach || exec tmux new-session && exit
|
||||
end
|
||||
'';
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
set -euo pipefail
|
||||
|
||||
## Defaults
|
||||
keepGensDef=30; keepDaysDef=30
|
||||
keepGensDef=7
|
||||
keepDaysDef=14
|
||||
keepGens=$keepGensDef; keepDays=$keepDaysDef
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in a new issue