updates dot files

This commit is contained in:
adbagio 2024-05-21 05:43:55 -04:00
parent 058b5a8c65
commit 539be6253f
No known key found for this signature in database
GPG key ID: 0AE37F9649850573
2 changed files with 6 additions and 10 deletions

View file

@ -2,18 +2,14 @@ env:
TERM: xterm-256color
shell:
program: "/usr/bin/nu"
args:
- --interactive
- --threads 4
- --execute 'date now'
program: "/usr/bin/zsh"
window:
dimensions:
columns: 85
lines: 50
blur: true
title: "NuShell Alacritty"
title: "Alacritty Zsh"
dynamic_title: true
general:
@ -21,7 +17,7 @@ general:
font:
normal:
family: Inconsolata
family: "Inconsolata SemiBold"
size: 9
mouse:

View file

@ -13,8 +13,8 @@ alias xz="xz -v"
#alias alacritty="alacritty --config-file ~/.config/alacritty.toml"
#alias ls="exa"
alias cat="bat"
alias rm="bleachbit -o"
#alias cat="bat"
#alias rm="bleachbit -s"
alias ls="ls --color=auto"
alias l="ls -CF"
@ -33,4 +33,4 @@ alias tf='toot follow'
alias ts='toot search'
alias aup='sudo apt-get install --only-upgrade'
alias upl='sudo apt-get update && sudo apt list --upgradable'
alias upl='sudo apt-get update && apt list --upgradable'