Fixed Table behaviour and applied more compact theme
This commit is contained in:
@@ -17,9 +17,14 @@
|
|||||||
# You can remove these comments if you want or leave
|
# You can remove these comments if you want or leave
|
||||||
# them for future reference.
|
# them for future reference.
|
||||||
|
|
||||||
$env.config.show_banner = false
|
|
||||||
$env.EDITOR = 'nvim'
|
$env.EDITOR = 'nvim'
|
||||||
$env.VISUAL = 'nvim'
|
$env.VISUAL = 'nvim'
|
||||||
|
|
||||||
|
$env.config.show_banner = false
|
||||||
|
$env.config.table.trim.methodology = 'truncating'
|
||||||
|
$env.config.table.trim.truncating_suffix = ' >>'
|
||||||
|
$env.config.table.mode = 'frameless'
|
||||||
|
|
||||||
if ((sys host).name !~ '.*Windows.*') {
|
if ((sys host).name !~ '.*Windows.*') {
|
||||||
$env.SSH_AUTH_SOCK = $'($env.HOME)/.bitwarden-ssh-agent.sock'
|
$env.SSH_AUTH_SOCK = $'($env.HOME)/.bitwarden-ssh-agent.sock'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user