We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bc1a2 commit 259ddedCopy full SHA for 259dded
avaiable/01_path.bash
@@ -1 +1 @@
1
-export PATH=$PATH:$HOME/bin:$HOME/.local/bin:$HOME/.screenlayout
+export PATH=$PATH:$HOME/bin:$HOME/.local/bin:$HOME/.screenlayout:$HOME/opt/Postman
avaiable/10_i3.bash
avaiable/16_super_cd.bash
@@ -0,0 +1,11 @@
+function cd {
2
+ builtin cd "$@"
3
+ pwd > ~/.last_dir
4
+ if [ -e $(pwd)/.nvmrc ]; then
5
+ nvm use
6
+ fi
7
+
8
+ if [ -e $(pwd)/Pipfile ]; then
9
+ pipenv shell
10
11
+}
0 commit comments