ansible/roles/zsh/files/aliases.sh
Sivert V. Sæther b3d85445c5 Inital commit
Good start
Added roles for setting up a user with zsh config and ssh keys
Also installation and configuriation of some packages
2022-03-14 01:16:44 +01:00

7 lines
149 B
Bash

#!/bin/sh
alias\
ls="lsd -h --color=auto --group-dirs first"\
ll="ls -l"\
la="ls -a"\
diff="diff --color=auto"\
grep="grep --color=auto -n"