changed bat aliases to use Nord theme
This commit is contained in:
parent
4a78d846b7
commit
f0bd23ff43
1 changed files with 2 additions and 1 deletions
|
|
@ -194,7 +194,8 @@ alias py="cd ~/Documents/Code/python"
|
|||
alias wtuts="cd ~/Documents/Code/web_tutorials"
|
||||
alias btuts="cd ~/Documents/Code/book_tutorials"
|
||||
alias locate="locate -i"
|
||||
alias cat="bat"
|
||||
alias cat="bat --theme Nord"
|
||||
alias bat="bat --theme Nord"
|
||||
alias batman="man bat"
|
||||
alias li="ls -l --color=auto"
|
||||
alias ll="ls -liasSh --color=auto"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue