fix everything up

This commit is contained in:
Reinaldy Rafli 2022-01-20 22:31:40 +07:00
parent 06d1edd0c8
commit 862f3f2a49
No known key found for this signature in database
GPG Key ID: 748A8EC5DB8653E8
3 changed files with 3 additions and 4 deletions

View File

@ -77,7 +77,7 @@ esac
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='ls --color=auto'
#alias ls='ls --color=auto'
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'
@ -90,9 +90,8 @@ fi
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
# some more ls aliases
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
alias ls='exa'
alias find='fd'
alias fucking='sudo'
# Add an "alert" alias for long running commands. Use like so:

0
scripts/janet.sh Normal file → Executable file
View File

0
scripts/swift.sh Normal file → Executable file
View File