aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorNPScript <nathan@reinerweb.ch>2022-08-27 15:08:33 +0200
committerNPScript <nathan@reinerweb.ch>2022-08-27 15:08:33 +0200
commit9efb0a1fcdfb2d6de1615dc2addf8a38bdcdb8db (patch)
tree1b833e5abecaaa8722fb4e4ddaa84b423a32a9a1 /.profile
parent21f3a45a6c2d79b3f1872045e3ebc47021ec24c5 (diff)
updates
Diffstat (limited to '.profile')
-rwxr-xr-x.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.profile b/.profile
index e6a998f..ec82ff2 100755
--- a/.profile
+++ b/.profile
@@ -31,6 +31,8 @@ alias gpg2='gpg2 --homedir "$XDG_DATA_HOME/gnupg"'
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
alias mbsync='mbsync -c "$XDG_CONFIG_HOME"/isync/mbsyncrc'
alias v='nvim'
+alias fmount='udisksctl mount -b'
+alias funmount='udisksctl unmount -b'
export LESSHISTFILE="$XDG_CACHE_HOME/less/history"
export MYSQL_HISTFILE="$XDG_DATA_HOME/mysql/history"