Added Stow alias

This commit is contained in:
Fabio Scotto di Santolo
2024-07-16 09:41:11 +02:00
parent 3bcd7e52f4
commit e12c2428cb

View File

@@ -151,7 +151,7 @@ alias untar 'tar -zxvf '
alias vdir 'vdir --color=auto' alias vdir 'vdir --color=auto'
alias wget 'wget -c ' alias wget 'wget -c '
alias vi 'nvim' alias vi 'nvim'
alias stow 'stow -d ~/.dotfiles ' alias stow 'stow --dotfiles -d ~/.dotfiles '
# Get the error messages from journalctl # Get the error messages from journalctl
alias jctl 'journalctl -p 3 -xb' alias jctl 'journalctl -p 3 -xb'