Small TabConfig clean ups
* Rename `config::Tab` to `TabConfig` * Use the loaded tab config instead of the default (oops)
This commit is contained in:
parent
bc5b46d552
commit
e697e96afe
4 changed files with 16 additions and 12 deletions
|
|
@ -25,7 +25,7 @@ use std::{
|
|||
};
|
||||
|
||||
use crate::{
|
||||
config::Tab as TabConfig,
|
||||
config::TabConfig,
|
||||
fl, home_dir,
|
||||
tab::{self, Location, Tab},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue