Skip to content

Commit

Permalink
Update bash configs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaow committed Feb 12, 2020
1 parent 624ca61 commit eda5858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/linux_setup.sos
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ bash: expand = True
[ubuntu_bionic_6]
bash:
echo '''
function nb() { jupyterlab $@ &> /dev/null & }
function nb() { jupyter-lab $@ &> /dev/null & }
function cd-tmp() {
dest=$HOME/tmp/$(date '+%d-%b-%Y')
mkdir -p $dest && cd $dest
Expand Down

0 comments on commit eda5858

Please sign in to comment.