Skip to content

Instantly share code, notes, and snippets.

View ReynkeDeVos's full-sized avatar

Renke ReynkeDeVos

  • Hamburg, Germany
  • 11:05 (UTC +02:00)
View GitHub Profile
@ReynkeDeVos
ReynkeDeVos / alias.fish
Last active May 31, 2024 14:06
Shell: fish | Prompt: Tide | Terminal: kitty | Display server: Wayland
# ls
alias ls='lsd --group-directories-first'
alias l='ls -l'
alias la='ls -a'
alias lla='ls -la'
alias lt='ls --tree'
alias top='btop'
alias htop='btop'
alias cp='xcp'