capitalized first letter of all folders

This commit is contained in:
toniiz_m1pro
2024-06-19 17:17:04 -07:00
parent c76c72f377
commit e51c34abc1
35 changed files with 19 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
# Created by newuser for 5.8.1
# custom options for typewritten, Global Setting
export TYPEWRITTEN_PROMPT_LAYOUT="pure_verbose"
export TYPEWRITTEN_PROMPT_LAYOUT="pure"
export TYPEWRITTEN_COLOR_MAPPINGS="primary:white;secondary:white"
export TYPEWRITTEN_COLORS="arrow:white;symbol:white"
export TYPEWRITTEN_SYMBOL=""
export TYPEWRITTEN_ARROW_SYMBOL=""
export TYPEWRITTEN_ARROW_SYMBOL=""
export TYPEWRITTEN_CURSOR="underscore"
# Aliasses
@@ -36,6 +36,7 @@ alias ls='eza -1 --icons=auto' # short list
alias ll='eza -lha --icons=auto --sort=name --group-directories-first' # long list all
alias ld='eza -lhD --icons=auto' # long list dirs
alias lt='eza --icons=auto --tree' # list folder as tree
alias lz='lazygit' # Opens up lazygit
# Handy change dir shortcuts
alias ..='cd ..'