Skip to content

Instantly share code, notes, and snippets.

@seyDoggy
Last active August 31, 2016 12:03
Embed
What would you like to do?
to change shell on LDAP system
export SHELL=`which zsh`
# Works on Ubuntu
#[ -z "$ZSH_VERSION" ] && exec "$SHELL" -l
# Works on Fedora
#/usr/bin/szh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment