···11-#!/bin/bash
11+#!/usr/bin/env bash
22#
33-# quick and easy directory bookmarks. pure bash
33+# this is an old experiment to learn bash
44+# don't recommend using it :P
4555-MARK_FILE="$HOME/.marksh"
66+MARK_FILE="$HOME/.config/marksh"
6778# create bm file if it doesn't exist
89mark_file_create() {