diff options
| author | Yigit Sever | 2021-10-13 00:31:55 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-10-13 00:31:55 +0300 |
| commit | f7fcdc6fe5f3a92432ea21a6f39611eefe5c0bb6 (patch) | |
| tree | fe034155a95d1e40413552fbfb605eddaf219350 | |
| parent | 6e498404f1b21c02ff17f0e06c8719b26b6a7000 (diff) | |
| download | dotfiles-f7fcdc6fe5f3a92432ea21a6f39611eefe5c0bb6.tar.gz dotfiles-f7fcdc6fe5f3a92432ea21a6f39611eefe5c0bb6.tar.bz2 dotfiles-f7fcdc6fe5f3a92432ea21a6f39611eefe5c0bb6.zip | |
zshrc: clean up nextcloud
| -rw-r--r-- | .zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -107,10 +107,10 @@ alias df='df -h' | |||
| 107 | alias mirrors='sudo pacman-mirrors -f 0 && sudo pacman -Syy' | 107 | alias mirrors='sudo pacman-mirrors -f 0 && sudo pacman -Syy' |
| 108 | alias -g C='| xsel -b' # Copy to clipboard | 108 | alias -g C='| xsel -b' # Copy to clipboard |
| 109 | alias bc='bc -l' | 109 | alias bc='bc -l' |
| 110 | alias ledger="ledger -f ~/nextcloud/ledger.ledger" | 110 | alias ledger="ledger -f ~/nextcloud/virtuals/ledger.ledger" |
| 111 | alias report="report -f ~/nextcloud/ledger.ledger" | 111 | alias report="report -f ~/nextcloud/virtuals/ledger.ledger" |
| 112 | alias think='tickle +1d' #think it over | 112 | alias think='tickle +1d' #think it over |
| 113 | alias lim='nvim /home/yigit/nextcloud/ledger.ledger' | 113 | alias lim='nvim /home/yigit/nextcloud/virtuals/ledger.ledger' |
| 114 | alias maybe='task due:someday list' | 114 | alias maybe='task due:someday list' |
| 115 | alias music='mpv --no-vid' | 115 | alias music='mpv --no-vid' |
| 116 | alias s="du -hs * | sort -rh | head -5" | 116 | alias s="du -hs * | sort -rh | head -5" |
