thenorili / dotfiles

MIT License
2 stars 0 forks source link

nori's dotfiles

2020Jan31 Changes

1. bash_aliases

" sort by modification time newest last, verbose, human-readable sizes

" sort by name, display in rows - default after cd, append indicators

" sort by extension, display in rows, append indicators

" sort by name, display in comma-separated list

2. bashrc

    cd () {
      command cd "$1" && clear && pwd && lsd
    }

    mkdir () {
      command mkdir "$1" && cd "$1" 
    }

3. vimrc

4. autokey

5. terminator-config