diff options
author | 53hornet <atc@53hor.net> | 2021-10-18 19:06:39 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-10-18 19:06:39 -0400 |
commit | 5c8cb5e271b1daa9ee371df2b5c583c9759c40e6 (patch) | |
tree | 49b4956afdd7f2c0340b59a4de8f2559dd376e52 /.aliases | |
parent | 47181863eff38278775e1fb3748e0a7814b7deff (diff) | |
download | dotfiles-5c8cb5e271b1daa9ee371df2b5c583c9759c40e6.tar.xz dotfiles-5c8cb5e271b1daa9ee371df2b5c583c9759c40e6.zip |
add nextcloud mount with rsync, space out blocks icons (pango update!)
and update import screenshot keys
Diffstat (limited to '.aliases')
-rw-r--r-- | .aliases | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ # Aliases +alias mount_nextcloud rclone mount Nextcloud:/ /mnt/nextcloud --vfs-cache-mode writes --daemon alias monero-wallet-cli='monero-wallet-cli --config-file=/home/atc/.config/bitmonero/monero-wallet-cli.conf ' alias cp="cp -i" alias dd="dd status=progress" |