Change ll alias for zsh

This commit is contained in:
Andreas Tsouchlos 2024-05-03 18:42:41 +02:00
parent 6438e2b385
commit a270b45c6f
2 changed files with 9 additions and 1 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# Dotfiles
## Usage
```bash
$ stow -S .
```

View File

@ -27,7 +27,8 @@ alias ssh='kitty +kitten ssh'
alias ls='ls --color=auto' alias ls='ls --color=auto'
alias grep='grep --color=auto' alias grep='grep --color=auto'
alias ll='ls -alF' alias ll='ls -l'
alias la='ls -la'
export PATH=$PATH:/home/andreas/.local/bin export PATH=$PATH:/home/andreas/.local/bin
export EDITOR=nvim export EDITOR=nvim