1
0

Fixed Table behaviour and applied more compact theme

This commit is contained in:
2026-04-16 21:43:13 +02:00
parent 8571495a53
commit 46fed03268

View File

@@ -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'
} }