Skip to content

Commit

Permalink
scratch: Update host
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Nov 18, 2023
1 parent a712dbc commit 677a017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/shell/rc/aliased-short-names
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ scratch() {
_dir=/mnt/scratch
if ! mountpoint -q "$_dir"; then
[ -d "$_dir" ] || sudo mkdir "$_dir"
sudo mount -t cifs -o username="$(id -un)",uid="$(id -u)" //doufu.chrisdown.name/scratch "$_dir"
sudo mount -t cifs -o username="$(id -un)",uid="$(id -u)" //wotou.chrisdown.name/scratch "$_dir"
fi
cd "$_dir" || return
}
Expand Down

0 comments on commit 677a017

Please sign in to comment.