diff options
-rw-r--r-- | etc/postfix/main.cf | 2 | ||||
-rw-r--r-- | home/xyz/.bashrc | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/etc/postfix/main.cf b/etc/postfix/main.cf index 63fa4261..0d45fedd 100644 --- a/etc/postfix/main.cf +++ b/etc/postfix/main.cf @@ -743,5 +743,5 @@ sample_directory = /etc/postfix # readme_directory = /usr/share/doc/postfix inet_protocols = ipv4 -meta_directory = /etc/postfix shlib_directory = /usr/lib/postfix +meta_directory = /etc/postfix diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 1532d148..4d93ef24 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -82,9 +82,6 @@ alias se='sudo -E ' alias sp='ssh pp' alias spd='speedtest; librespeed-cli' alias sst='ssh studio' -# \" to consider $HOME contain space, need \ else " will be expanded locally, need \$ else $HOME will expand locally -# can test with: alias mytest='ssh studio for i in \"\$SSH_CONNECTION\"\; do echo \$i\; echo a\; done' -alias sstm='ssh -t -- studio mpra -c \"\$HOME/programs/repos/fly/any/fsh-git\"' # can test this mess with `alias tt='echo "\$haha \"lala\""'` alias sun='printf "set \$Longitude \"-121.89\"\nset \$Latitude \"37.34\"\nrem [sunrise()] msg sunrise\nrem [sunset()] msg sunset" | remind -n -' # another way: |