Skip to content

Commit

Permalink
print in standard color for env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed Apr 26, 2015
1 parent ede0876 commit 42825b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function show_env_var() { echo "$fg_bold[green]$1$fg[white]=`printenv $1`" }
function show_env_var() { echo "$1=`printenv $1`" }

function set_env_var() {
export $1=$2
Expand Down

0 comments on commit 42825b4

Please sign in to comment.