1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-20 08:37:49 +02:00

Compare commits

..

No commits in common. "6675c1d644ef343e687a458930d62a731407bfe3" and "20b0225125697ceeae84645932b8338b9a805603" have entirely different histories.

2 changed files with 13 additions and 14 deletions

View File

@ -66,10 +66,10 @@ alias contacts="khard"
alias paint="kolourpaint" alias paint="kolourpaint"
# ls(d) # ls(d)
alias l="eza" alias l="exa"
alias la="eza -la" alias la="exa -la"
alias ll="eza -l" alias ll="exa -l"
alias tree="eza --tree" alias tree="exa --tree"
# mkdir # mkdir
alias mkdir="mkdir -p" alias mkdir="mkdir -p"

View File

@ -9,4 +9,3 @@ xcompmgr & # compositor for transparency
nextcloud & # for my cloud nextcloud & # for my cloud
sxhkd & # for shortcuts sxhkd & # for shortcuts
easyeffects --gapplication-service & # load noise suppression for microphone easyeffects --gapplication-service & # load noise suppression for microphone
syncthing & # sync data between devices